Ignore:
Timestamp:
02/20/20 06:05:48 (5 years ago)
Author:
bdef
Message:

NEW: migrating Hydro tests to 900 (SquareNoDyn geometry) and minor changes

Location:
issm/trunk-jpl/test/NightlyRun
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/GetIds.py

    r24261 r24569  
    4444        if np.array([type(i) == int for i in ids_names]).all():
    4545            ids = ids_names
     46        if np.array([type(i) == np.int64 for i in ids_names]).all():
     47            ids = ids_names
    4648        elif np.array([type(i) == str for i in ids_names]).all():
    4749            ids = np.concatenate([IdFromString(i) for i in ids_names])
Note: See TracChangeset for help on using the changeset viewer.