Ignore:
Timestamp:
11/24/22 00:49:18 (2 years ago)
Author:
jdquinn
Message:

CHG: Python translation of debris class; standardized tolerances for tests; varied cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test442.py ΒΆ

    r24862 r27417  
    6565               'Bed3', 'Surface3', 'Thickness3', 'Floatingice3', 'Vx3', 'Vy3', 'Vz3', 'Pressure3', 'FloatingiceMeltingrate3']
    6666field_tolerances = [2e-11, 5e-12, 2e-11, 1e-11, 5e-10, 3e-08, 6e-10, 1e-13, 1e-13,
    67                     3e-11, 3e-11, 9e-10, 7e-11, 7e-09, 1e-07, 1e-09, 1e-10, 1e-13,
    68                     1e-8, 2e-08, 7e-09, 2e-7, 1e-03, 8e-04, 2e-09, 1e-10, 1e-13]
     67                    5e-09, 5e-09, 5e-09, 5e-09, 9e-05, 9e-05, 9e-05, 5e-09, 1e-13,
     68                    1e-08, 3e-08, 7e-09, 2e-67, 1e-03, 8e-04, 2e-09, 1e-08, 4e-10]
    6969field_values = [md.results.TransientSolution[0].Base,
    7070                md.results.TransientSolution[0].Surface,
Note: See TracChangeset for help on using the changeset viewer.