Skip to content

Commit

Permalink
forgot to save file...
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencalje committed Apr 12, 2024
1 parent a442256 commit a7b4223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pastas/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def _load_model(data: dict) -> Model:
# Add noisemodel if present
if "noisemodel" in data.keys():
# fixes to read pas-files from before pastas version 1.5
# TODO: uncomment in pastas 2.0.0
# if data["noisemodel"]["class"] == "NoiseModel":
# data["noisemodel"]["class"] = "ArNoiseModel"
# if data["noisemodel"]["class"] == "ArmaModel":
Expand Down

0 comments on commit a7b4223

Please sign in to comment.