Changeset 29f5536 in sasmodels for sasmodels


Ignore:
Timestamp:
Feb 19, 2015 5:25:48 PM (9 years ago)
Author:
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:
1ed9e3f
Parents:
261658d
Message:

show log error in compare

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/bumps_model.py

    r8632a35 r29f5536  
    165165    import matplotlib.pyplot as plt 
    166166    if hasattr(data, 'qx_data'): 
    167         iq = iq[:] 
     167        iq = iq+0 
    168168        valid = np.isfinite(iq) 
    169169        if scale == 'log': 
Note: See TracChangeset for help on using the changeset viewer.