Changeset b397165 in sasmodels for sasmodels/direct_model.py


Ignore:
Timestamp:
Dec 19, 2016 5:23:31 AM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c
Parents:
cdb867f
git-author:
jhbakker <j.h.bakker@…> (12/19/16 05:23:31)
git-committer:
GitHub <noreply@…> (12/19/16 05:23:31)
Message:

Revert "Jurtest2"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/direct_model.py

    r0444c02 rb397165  
    3131from . import resolution2d 
    3232from .details import make_kernel_args, dispersion_mesh 
    33 from sas.sasgui.perspectives.fitting.fitpage import FitPage 
    3433 
    3534try: 
     
    194193        # interpret data 
    195194        if hasattr(data, 'lam'): 
    196         #if not FitPage.no_transform.GetValue(): #if the no_transform radio button is not active DOES NOT WORK! not active before fitting 
    197195            self.data_type = 'sesans' 
    198196        elif hasattr(data, 'qx_data'): 
Note: See TracChangeset for help on using the changeset viewer.