Changeset 739aad4 in sasmodels for sasmodels/generate.py


Ignore:
Timestamp:
Jul 27, 2016 4:18:18 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
0c24a82
Parents:
df776db
Message:

change method for selecting a particular compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    rdf776db r739aad4  
    496496    """ 
    497497    if callable(model_info.Iq): 
    498         #raise ValueError("can't compile python model") 
    499         return None 
     498        raise ValueError("can't compile python model") 
     499        #return None 
    500500 
    501501    # TODO: need something other than volume to indicate dispersion parameters 
Note: See TracChangeset for help on using the changeset viewer.