Skip to content

Commit

Permalink
for outflow test, don't check metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Apr 26, 2021
1 parent 6bc6186 commit e75c17f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def Analyse(self, parameters):

delta = compare([
'outflow.out0.00001.phdf',
parameters.parthenon_path + '/tst/regression/gold_standard/outflow.out0.00001.phdf'])
parameters.parthenon_path + '/tst/regression/gold_standard/outflow.out0.00001.phdf'],
check_metadata=False)

return delta == 0

0 comments on commit e75c17f

Please sign in to comment.