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 397d31b commit 7df341bCopy full SHA for 7df341b
test/integration/test_classification_package.py
@@ -72,6 +72,4 @@ def test_cli_3way_split(self):
72
# validate label data with shapes
73
self.assertEqual(data['y_train'].shape, (5, 7))
74
self.assertEqual(data['y_test'].shape, (2, 7))
75
- self.assertEqual(data['y_val'].shape, (1, 7))
76
-
77
+ self.assertEqual(data['y_val'].shape, (1, 7))
0 commit comments