Skip to content

Commit 94fc66a

Browse files
committed
Updating the tests to match
1 parent eedfe2d commit 94fc66a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_CodeEntropy/test_levels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ def test_build_conformational_states_united_atom_accumulates_states(self):
12531253
ce,
12541254
)
12551255

1256-
assert states_ua[(0, 0)] == ["ua_state_1", ["ua_state_2"]]
1256+
assert states_ua[(0, 0)] == ["ua_state_1", "ua_state_2"]
12571257

12581258
# Confirm compute_dihedral_conformations was called twice (once per molecule)
12591259
assert level_manager.compute_dihedral_conformations.call_count == 2
@@ -1291,7 +1291,7 @@ def test_build_conformational_states_residue_level_accumulates_states(self):
12911291

12921292
# Setup inputs with 2 molecules in same group
12931293
groups = {0: [0, 1]} # Both mol 0 and mol 1 are in group 0
1294-
levels = [["res"], ["res"]]
1294+
levels = [["residue"], ["residue"]]
12951295
start, end, step = 0, 10, 1
12961296
number_frames = 10
12971297
bin_width = 0.1

0 commit comments

Comments
 (0)