Ignore:
Timestamp:
11/15/12 14:01:43 (12 years ago)
Author:
jschierm
Message:

CHG: Updated Python test problems for new results format.

File:
1 edited

Legend:

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

    r13900 r13967  
    2323        1e-13,1e-13,1e-13]
    2424field_values=[\
    25         md.results['DiagnosticSolution'][1]['Vx'],\
    26         md.results['DiagnosticSolution'][1]['Vy'],\
    27         md.results['DiagnosticSolution'][1]['Vel'],\
    28         md.results['DiagnosticSolution'][1]['Pressure'],\
    29         md.results['DiagnosticSolution'][1]['StressTensorxx'],\
    30         md.results['DiagnosticSolution'][1]['StressTensoryy'],\
    31         md.results['DiagnosticSolution'][1]['StressTensorxy'],\
     25        md.results.DiagnosticSolution.Vx,\
     26        md.results.DiagnosticSolution.Vy,\
     27        md.results.DiagnosticSolution.Vel,\
     28        md.results.DiagnosticSolution.Pressure,\
     29        md.results.DiagnosticSolution.StressTensorxx,\
     30        md.results.DiagnosticSolution.StressTensoryy,\
     31        md.results.DiagnosticSolution.StressTensorxy,\
    3232        ]
Note: See TracChangeset for help on using the changeset viewer.