Skip to content

Commit 8fe807a

Browse files
committed
Fix for previous commit - removes old file save [ci skip]
1 parent 580c91b commit 8fe807a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/BioSimSpace/Process/_amber.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@ def _setup(self, **kwargs):
365365
)
366366
else:
367367
_shutil.copy(self._rst_file, self._ref_file)
368-
file = _os.path.splitext(self._ref_file)[0]
369-
_IO.saveMolecules(
370-
file, reference_system, "rst7", property_map=self._property_map
371-
)
372368
except Exception as e:
373369
msg = "Failed to write reference system to 'RST7' format."
374370
if _isVerbose():

0 commit comments

Comments
 (0)