Skip to content

Commit 22d8154

Browse files
committed
Fix tests for model validation
1 parent f9e3d31 commit 22d8154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run_cv_and_check_results(self, model_name):
5858
except ValueError:
5959
continue
6060

61-
self.assertAlmostEqual(generated_value, ground_truth_value, places=4)
61+
self.assertAlmostEqual(generated_value, ground_truth_value, places=3)
6262

6363
def test_dyncrep_cross_validation(self):
6464
self.run_cv_and_check_results("DynCRep")

0 commit comments

Comments
 (0)