Skip to content

Commit

Permalink
Port sunsch to use Pydantic instead of configsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Jan 3, 2024
1 parent 2ec0fa8 commit 7a9049b
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 253 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"configsuite",
"resdata",
"res2df",
"ert>=2.38.0b7",
Expand Down
3 changes: 3 additions & 0 deletions src/subscript/sunsch/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .sunsch import SunschConfig, ensure_start_refdate

__all__ = ["SunschConfig", "ensure_start_refdate"]
Loading

0 comments on commit 7a9049b

Please sign in to comment.