Fixed frame-index selection in occupancy calculation.
This commit is contained in:
@ -13,19 +13,7 @@ def trajectory(request):
|
||||
|
||||
|
||||
def test_get_fel(trajectory):
|
||||
test_array = np.array(
|
||||
[
|
||||
184.4909136,
|
||||
233.79320471,
|
||||
223.12003988,
|
||||
228.49746397,
|
||||
200.5626769,
|
||||
212.82484221,
|
||||
165.10818396,
|
||||
170.74123681,
|
||||
175.86672931,
|
||||
]
|
||||
)
|
||||
test_array = np.array([210., 214., 209., 192., 200., 193., 230., 218., 266.])
|
||||
|
||||
OW = trajectory.subset(atom_name="OW")
|
||||
box = trajectory[0].box
|
||||
|
Reference in New Issue
Block a user