Skip to content

Commit

Permalink
Merge pull request #481 from DHI/remove_deprecated2
Browse files Browse the repository at this point in the history
Remove deprecated arguments, functions and classes.
  • Loading branch information
jsmariegaard authored Dec 12, 2024
2 parents 0efa5d2 + 07a6631 commit 4b57fc3
Show file tree
Hide file tree
Showing 22 changed files with 1,540 additions and 3,582 deletions.
7 changes: 1 addition & 6 deletions modelskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
raise Exception("This library has not been tested for a 32 bit system.")

from .quantity import Quantity
from .model.factory import ModelResult
from .model import model_result
from .model import (
PointModelResult,
Expand All @@ -35,8 +34,7 @@
DummyModelResult,
)
from .obs import observation, PointObservation, TrackObservation
from .matching import compare, from_matched, match
from .connection import Connector
from .matching import from_matched, match
from .configuration import from_config
from .settings import options, get_option, set_option, reset_option, load_style
from . import plotting
Expand Down Expand Up @@ -89,7 +87,4 @@ def load(filename: Union[str, Path]) -> ComparerCollection:
"load_style",
"plotting",
"from_config",
"compare", # deprecated
"ModelResult", # deprecated
"Connector", # deprecated
]
Loading

0 comments on commit 4b57fc3

Please sign in to comment.