Changeset 85fe7f8 in sasmodels for sasmodels/compare.py


Ignore:
Timestamp:
Nov 2, 2016 5:58:24 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
8977226
Parents:
fa6d6fc
Message:

re-enable sasview after forward conversion and linting updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    rca9e54e r85fe7f8  
    11851185        # Initialize parameter ranges, fixing the 2D parameters for 1D data. 
    11861186        if not opts['is2d']: 
    1187             for p in model_info.parameters.user_parameters(is2d=False): 
     1187            for p in model_info.parameters.user_parameters({}, is2d=False): 
    11881188                for ext in ['', '_pd', '_pd_n', '_pd_nsigma']: 
    11891189                    k = p.name+ext 
Note: See TracChangeset for help on using the changeset viewer.