Changeset f5dde3f in sasmodels


Ignore:
Timestamp:
Jun 9, 2016 3:12:41 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:
92d38285
Parents:
3a161d0
Message:

support older versions of numpy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    raa9e4e3 rf5dde3f  
    3131    np.meshgrid([]) 
    3232    meshgrid = np.meshgrid 
    33 except ValueError: 
     33except Exception: 
    3434    # CRUFT: np.meshgrid requires multiple vectors 
    3535    def meshgrid(*args): 
Note: See TracChangeset for help on using the changeset viewer.