Skip to content

Commit 18f68c6

Browse files
committed
Remove unecessary prints
1 parent f350c90 commit 18f68c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

simphony/tests/test_simulation.py

-6
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,6 @@ def test_noise(self, oh):
589589
)
590590

591591
x1, x, x2, p1, p, p2 = sim.sample(23)
592-
print(x1[0][0])
593-
print(x[0][0])
594-
print(x2[0][0])
595-
print(p1[0][0])
596-
print(p[0][0])
597-
print(p2[0][0])
598592

599593
assert np.allclose(x1[0][0], self.x1results, rtol=0, atol=1e-7)
600594
assert np.allclose(x[0][0], self.xresults, rtol=0, atol=1e-7)

0 commit comments

Comments
 (0)