Skip to content

Commit 9bc47ca

Browse files
author
Daniel Ruprecht
committed
removed leftover print statements
1 parent 9cf2c4a commit 9bc47ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_imexsweeper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,5 @@ def test_updateformula_no_coll_update(self):
272272
# Compute end value from matrix formulation
273273
q = np.zeros(nnodes)
274274
q[nnodes-1] = 1.0
275-
print q
276275
uend_mat = q.dot(ustages)
277-
print uend_sweep
278-
print uend_mat
279276
assert np.linalg.norm(uend_sweep - uend_mat, np.infty)<1e-14, "For do_coll_update=False, update formula in sweeper gives different result than matrix update formula with q=(0,..,0,1)"

0 commit comments

Comments
 (0)