We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a6935 commit e352f1fCopy full SHA for e352f1f
tests/test_scaler.py
@@ -41,8 +41,6 @@ def test_values():
41
test_param = param[2]
42
truth_sol = db.snapshots_matrix[2]
43
predicted_sol = rom.predict(test_param).snapshots_matrix[0]
44
- print(predicted_sol)
45
- print(truth_sol)
46
np.testing.assert_allclose(predicted_sol, truth_sol,
47
rtol=1e-5, atol=1e-5)
48
0 commit comments