Changeset 24226 for issm/trunk-jpl/test/NightlyRun/GetIds.py
- Timestamp:
- 10/14/19 23:52:16 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/GetIds.py ¶
r24214 r24226 1 #! / usr / bin /env python1 #!/usr/bin/env python 2 2 from IdToName import * 3 3 from IdFromString import * … … 62 62 # no recognizable ids or id formats 63 63 if np.size(ids) == 0 and not np.all(np.equal(ids_names, None)): 64 raise RuntimeError('runme.py: GetIds.py: include and exclude options (- i / - - id; - in / - - include_name; - e / - - exclude; - en / - -exclude_name) options must follow GetIds usage format:\n' + GetIds.__doc__)64 raise RuntimeError('runme.py: GetIds.py: include and exclude options (-i / --id; -in / --include_name; - e / --exclude; - en / --exclude_name) options must follow GetIds usage format:\n' + GetIds.__doc__) 65 65 66 66 return np.array(ids).astype(int)
Note:
See TracChangeset
for help on using the changeset viewer.