Changeset 27746
- Timestamp:
- 05/12/23 14:16:05 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2002.py
r27745 r27746 24 24 25 25 # Load precomputed mesh 26 with open('../Data/SlcTestMesh.pkl', 'rb' , encoding='latin1') as slc_test_mesh_file:27 md.mesh = pickle.load(slc_test_mesh_file )26 with open('../Data/SlcTestMesh.pkl', 'rb') as slc_test_mesh_file: 27 md.mesh = pickle.load(slc_test_mesh_file, encoding='latin1') 28 28 29 29 # Geometry for the bed, arbitrary thickness of 100
Note:
See TracChangeset
for help on using the changeset viewer.