Changeset 22313


Ignore:
Timestamp:
12/22/17 10:56:30 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerance

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test436.m

    r21918 r22313  
    2323        field_names     ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}],...
    2424                ['Temperature' i{1}],['Waterfraction' i{1}],['Enthalpy' i{1}]};
    25         field_tolerances={field_tolerances{:},2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,6e-10,5e-10};
     25        field_tolerances={field_tolerances{:},2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,6e-10,1e-9};
    2626        field_values={field_values{:},...
    2727                (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test436.py

    r22267 r22313  
    3232        field_names += ['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i,
    3333                'Temperature'+i,'Waterfraction'+i,'Enthalpy'+i]
    34         field_tolerances += [2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,6e-10,5e-10]
     34        field_tolerances += [2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,6e-10,1e-9]
    3535        field_values += [
    3636                md.results.SteadystateSolution.Vx,
Note: See TracChangeset for help on using the changeset viewer.