Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev committed Aug 6, 2024
1 parent aa27a59 commit d29bb03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/MDAnalysis/coordinates/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,8 @@ def __init__(self, filename, convert_units=True, n_atoms=None, **kwargs):
self.filename = filename
else:
self.filename = str(filename)
if "MMTF" in self.filename:
self.filename = filename

self.convert_units = convert_units

Expand Down

0 comments on commit d29bb03

Please sign in to comment.