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 0c6273d commit fe34aa2Copy full SHA for fe34aa2
tests/test_bopdmd.py
@@ -361,4 +361,4 @@ def relative_error(x, x_true):
361
bopdmd_error = relative_error(bopdmd.A, expected_A)
362
bop_success += bopdmd_error < optdmd_error
363
364
- assert bop_success >= 0.75 * test_trials
+ assert bop_success >= 0.7 * test_trials
0 commit comments