Fixed LSI

This commit is contained in:
Sebastian Kloth 2024-02-08 17:24:44 +01:00
parent b0f29907df
commit 0c940115af

View File

@ -265,7 +265,7 @@ def LSI(
) )
distributions = np.array( distributions = np.array(
[ [
LSI_distribution(trajectory[frame_index], trajectory, bins, selector=None) LSI_distribution(trajectory[frame_index], bins, selector=None)
for frame_index in frame_indices for frame_index in frame_indices
] ]
) )