Skip to content

Commit

Permalink
Merge pull request #436 from angusmcb/remove_epanet_warning
Browse files Browse the repository at this point in the history
Removed obselete epanet warning
  • Loading branch information
kaklise authored Aug 7, 2024
2 parents eeb16c3 + 00c766f commit 0a750e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wntr/network/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ def write_inpfile(wn, filename: str, units=None, version: float = 2.2,
"""
if wn._inpfile is None:
logger.warning("Writing a minimal INP file without saved non-WNTR options (energy, etc.)")
wn._inpfile = wntr.epanet.InpFile()
if units is None:
units = wn._options.hydraulic.inpfile_units
Expand Down

0 comments on commit 0a750e7

Please sign in to comment.