XY
This commit is contained in:
parent
89448e433f
commit
b8b94cc791
@ -17,4 +17,4 @@ class TestSynethicEnv(unittest.TestCase):
|
||||
env = get_synthetic_env(version=version)
|
||||
print(env)
|
||||
for timestamp, (x, y) in env:
|
||||
self.assertEqual(x.shape, (1000, env.ndim))
|
||||
self.assertEqual(x.shape, (1000, env._data_generator.ndim))
|
||||
|
Loading…
Reference in New Issue
Block a user