diff --git a/atomisticparsers/gromacs/parser.py b/atomisticparsers/gromacs/parser.py index 573af6e..faf3b50 100644 --- a/atomisticparsers/gromacs/parser.py +++ b/atomisticparsers/gromacs/parser.py @@ -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'