Skip to content

Commit

Permalink
Removed unneccessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernadette-Mohr committed Dec 11, 2024
1 parent c4b701c commit 7748cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atomisticparsers/gromacs/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ def get_force_field_parameters(self, gromacs_version: str = None) -> List[Dict]:
)
return []
gromacs_version = gromacs_version.split('.')[0] if gromacs_version else None
# ! This warning does not get triggered, why?
if gromacs_version == '2024':
self.logger.warning(
'Reading force field from tpr not yet supported for Gromacs 2024. Interactions will not be stored'
Expand Down

0 comments on commit 7748cbe

Please sign in to comment.