We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf8a6ef + 88f2607 commit b04da2eCopy full SHA for b04da2e
1 file changed
PyMEMENTO/mc_path_sampling.py
@@ -81,7 +81,7 @@ def __init__(
81
for j in range(1, self.MODELS_PER_WINDOW + 1):
82
self.universes[-1].append(
83
mda.Universe(
84
- self.FOLDER + f"morph{i}/protein.B9999{str(j).zfill(4)}.pdb"
+ self.FOLDER + f"morph{i}/protein.B9999{str(j).zfill(4)}.pdb", in_memory=True
85
)
86
87
0 commit comments