Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Apr 2, 2024
1 parent 80c15f6 commit ca63442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MDANSE/Src/MDANSE/MolecularDynamics/Trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ def has_variable(self, variable: str) -> bool:
True if variable exists.
"""
if variable in self._h5_file["/configuration"]:
return False
else:
return True
else:
return False

@property
def chemical_system(self):
Expand Down

0 comments on commit ca63442

Please sign in to comment.