Changeset 25129 for issm/trunk-jpl/test/NightlyRun/test2051.py
- Timestamp:
- 06/23/20 21:34:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2051.py
r24214 r25129 1 1 #Test Name: GiaIvinsBenchmarksAB2dA1 2 2 import numpy as np 3 3 4 from model import * 4 5 from socket import gethostname … … 33 34 field_names = ['GiaW', 'GiadWdt'] 34 35 field_tolerances = [1e-13, 1e-13] 35 field_values = [md.results.GiaSolution. GiaW, md.results.GiaSolution.GiadWdt]36 field_values = [md.results.GiaSolution.UGia, md.results.GiaSolution.UGiaRate]
Note:
See TracChangeset
for help on using the changeset viewer.