Ignore:
Timestamp:
06/23/20 21:34:00 (5 years ago)
Author:
jdquinn
Message:

CHG: Saving progress on MATLAB to Python translations (still need to track down marshalling bug on Python side)

File:
1 edited

Legend:

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

    r24214 r25129  
    11#Test Name: GiaIvinsBenchmarksAB2dA1
    22import numpy as np
     3
    34from model import *
    45from socket import gethostname
     
    3334field_names = ['GiaW', 'GiadWdt']
    3435field_tolerances = [1e-13, 1e-13]
    35 field_values = [md.results.GiaSolution.GiaW, md.results.GiaSolution.GiadWdt]
     36field_values = [md.results.GiaSolution.UGia, md.results.GiaSolution.UGiaRate]
Note: See TracChangeset for help on using the changeset viewer.