Changeset 4554131 in sasmodels for example


Ignore:
Timestamp:
Mar 18, 2016 4:45:22 AM (8 years ago)
Author:
jhbakker
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c
Parents:
30c2ac3
Message:

sesnasfit.py fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • example/sesansfit.py

    r30c2ac3 r4554131  
    11from bumps.names import * 
    2 from sasmodels import core, bumps_model, sesans 
     2from sas import core, bumps_model, sesans 
    33 
    44HAS_CONVERTER = True 
     
    1616def sesans_fit(file, model_name, initial_vals={}, custom_params={}, param_range=[], acceptance_angle=None): 
    1717    """ 
    18  
    19 def sesans_fit(file, model, initial_vals={}, custom_params={}, param_range=[]): 
    2018 
    2119    @param file: SESANS file location 
Note: See TracChangeset for help on using the changeset viewer.