Skip to content

Commit 4c2e598

Browse files
authored
Merge pull request #173 from NDoering99/patch-1
Add warnings import to openmmdlsetup.py
2 parents e98e3e6 + 4142261 commit 4c2e598

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ The rules for this file:
1818
## Version 1.1.2
1919

2020
### Authors
21-
talagayev
21+
talagayev, NDoering99
2222

2323
### Added
2424
- Addition of `CHARM2024` forcefield (2025-11-03, PR #163)
2525

2626
### Fixed
27+
- Fixed 'warinings' import error for 'openmmdlsetup.py' (2026-01-18, PR #173)
2728
- Adjusted the water selection for `Amber19` (2025-12-08, PR #166)
2829
- Fixes import error in `visualization.ipynb` (2025-10-14, PR #159)
2930
- Fixes numpy error in due current incompatbility with parmed (2025-10-19, PR #160)

openmmdl/openmmdl_setup/openmmdlsetup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import openmm as mm
22
import openmm.unit as unit
3+
import warnings
34
from openmm.app import PDBFile, PDBxFile
45
from pdbfixer.pdbfixer import (
56
PDBFixer,

0 commit comments

Comments
 (0)