Ignore:
Timestamp:
11/22/16 04:36:54 (8 years ago)
Author:
bdef
Message:

BUG: fixing remnant errors

File:
1 edited

Legend:

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

    r21408 r21411  
    22import numpy as np
    33from model import *
    4  from socket import gethostnamemodel
     4from socket import gethostname
    55from triangle import triangle
    66from setmask import setmask
     
    2626field_names     =['Vx','Vy','Vel','Pressure']
    2727field_tolerances=[1e-13,1e-13,1e-13,1e-13]
    28 field_values=[\
    29         md.results.StressbalanceSolution.Vx,\
    30         md.results.StressbalanceSolution.Vy,\
    31         md.results.StressbalanceSolution.Vel,\
    32         md.results.StressbalanceSolution.Pressure,\
    33         ]
     28field_values=[md.results.StressbalanceSolution.Vx,
     29                                                        md.results.StressbalanceSolution.Vy,
     30                                                        md.results.StressbalanceSolution.Vel,
     31                                                        md.results.StressbalanceSolution.Pressure]
Note: See TracChangeset for help on using the changeset viewer.