Skip to content

Commit

Permalink
Fix xml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbgreaves committed May 19, 2021
1 parent 67a6e1f commit 2392ca3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import numpy as np
f = h5py.File('balzano1_2plus1.detectors.h5part', 'r')
n = len(f)-1
ElapsedTime = f[f'/Step#{n}'].attrs['time'].item()
</variable>
</variable>
</variables>
<pass_tests>
<test name="endtime" language="python">assert(ElapsedTime==59400.0)</test>
Expand All @@ -47,6 +47,6 @@ import numpy as np
for det in range(1,302):
magnitude = np.abs(velocity[:,det]).sum()
assert(magnitude&lt;=1e-2)
print("okay.")
print("okay.")</test>
</pass_tests>
</testproblem>

0 comments on commit 2392ca3

Please sign in to comment.