Skip to content

Commit e352f1f

Browse files
committed
Removed print
1 parent b0a6935 commit e352f1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_scaler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def test_values():
4141
test_param = param[2]
4242
truth_sol = db.snapshots_matrix[2]
4343
predicted_sol = rom.predict(test_param).snapshots_matrix[0]
44-
print(predicted_sol)
45-
print(truth_sol)
4644
np.testing.assert_allclose(predicted_sol, truth_sol,
4745
rtol=1e-5, atol=1e-5)
4846

0 commit comments

Comments
 (0)