Changeset 27745
- Timestamp:
- 05/12/23 13:59:38 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2002.py
r27115 r27745 24 24 25 25 # Load precomputed mesh 26 with open('../Data/SlcTestMesh.pkl', 'rb' ) as slc_test_mesh_file:26 with open('../Data/SlcTestMesh.pkl', 'rb', encoding='latin1') as slc_test_mesh_file: 27 27 md.mesh = pickle.load(slc_test_mesh_file) 28 28
Note:
See TracChangeset
for help on using the changeset viewer.