We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ad653 commit bfb729eCopy full SHA for bfb729e
2 files changed
src/main/python/systemds/scuro/utils/static_variables.py
@@ -26,7 +26,7 @@
26
PY_LIST_SLOT_BYTES = 8
27
NP_ARRAY_HEADER_BYTES = 112
28
29
-DEBUG = True
+DEBUG = False
30
31
global_rng = np.random.default_rng(42)
32
src/main/python/tests/scuro/test_data_loaders.py
@@ -102,7 +102,7 @@ def test_video_loader_stats(self):
102
self.assertEqual(stats.max_length, 60)
103
self.assertEqual(stats.max_width, 160)
104
self.assertEqual(stats.max_height, 120)
105
- self.assertEqual(stats.max_num_channels, 3)
+ self.assertEqual(stats.max_channels, 3)
106
107
def test_text_loader_loads_all_instances(self):
108
loader = TextLoader(
0 commit comments