Skip to content

Commit 0513f61

Browse files
committed
Update test
1 parent 6d252f0 commit 0513f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ensemble_md/tests/test_replica_exchange_EE.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@ def test_process_top(self, params_dict):
10061006
f'{input_path}/coord_swap/E-F.gro']
10071007
REXEE.resname_list = ['A2B', 'B2C', 'C2D', 'D2E', 'E2F']
10081008
REXEE.swap_rep_pattern = [[[0, 1], [1, 0]], [[1, 1], [2, 0]], [[2, 1], [3, 0]], [[3, 1], [4, 0]]]
1009+
REXEE.allow_virtual_V = True
10091010
REXEE.top = [f'{input_path}/coord_swap/A-B.top',
10101011
f'{input_path}/coord_swap/B-C.top',
10111012
f'{input_path}/coord_swap/C-D.top',

0 commit comments

Comments
 (0)