Changeset 27745


Ignore:
Timestamp:
05/12/23 13:59:38 (23 months ago)
Author:
jdquinn
Message:

BUG: Testing fix for pickle loading error

File:
1 edited

Legend:

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

    r27115 r27745  
    2424
    2525# Load precomputed mesh
    26 with open('../Data/SlcTestMesh.pkl', 'rb') as slc_test_mesh_file:
     26with open('../Data/SlcTestMesh.pkl', 'rb', encoding='latin1') as slc_test_mesh_file:
    2727    md.mesh = pickle.load(slc_test_mesh_file)
    2828
Note: See TracChangeset for help on using the changeset viewer.