Changeset 562506e in sasmodels


Ignore:
Timestamp:
Jul 27, 2016 9:14:40 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
8357f66
Parents:
d680a2b
Message:

Temporay (?) fix to enable proper build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    ra738209 r562506e  
    495495    """ 
    496496    if callable(model_info.Iq): 
    497         raise ValueError("can't compile python model") 
     497        #raise ValueError("can't compile python model") 
     498        return None 
    498499 
    499500    # TODO: need something other than volume to indicate dispersion parameters 
Note: See TracChangeset for help on using the changeset viewer.