Changeset 20550


Ignore:
Timestamp:
04/25/16 11:07:15 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

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

Legend:

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

    r12828 r20550  
    1212               ids=IdFromString('Parallel')
    1313               ids=IdFromString('79North')
     14                         ids=IdFromString('*')
    1415        """
    1516
  • issm/trunk-jpl/test/NightlyRun/test124.m

    r20521 r20550  
    2121        'Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
    2222field_tolerances={...
    23         2e-09,3e-9,3.0e-9,1e-10,1e-13,1e-12,1e-12,...
    24         2e-09,3e-9,8e-10,1e-10,1e-10,1e-10,1e-10,...
    25         2e-09,3e-9,8e-10,1e-10,1e-10,1e-10,1e-10};
     23        2e-09,3e-9,3e-9,3e-9,1e-13,1e-12,1e-12,...
     24        2e-09,3e-9,3e-9,3e-9,1e-10,1e-10,1e-10,...
     25        2e-09,3e-9,3e-9,3e-9,1e-10,1e-10,1e-10};
    2626field_values={...
    2727        (md.results.TransientSolution(1).Vx),...
Note: See TracChangeset for help on using the changeset viewer.