We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9cde0 commit 9a3bcdcCopy full SHA for 9a3bcdc
1 file changed
tests/dacycler_base_test.py
@@ -9,12 +9,11 @@ def test_dacycler_init():
9
10
params = {'system_dim': 6,
11
'delta_t': 0.5,
12
- 'ensemble': True,
13
'model_obj':dab.model.RCModel(6, 10)}
14
15
test_dac = dab.dacycler.DACycler(**params)
16
17
assert test_dac.system_dim == 6
18
assert test_dac.delta_t == 0.5
19
assert test_dac.ensemble
20
- assert not test_dac.in_4d
+ assert not test_dac._in_4d
0 commit comments