Skip to content

Commit

Permalink
Move crs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Apr 4, 2024
1 parent 5046d02 commit 39133c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ribasim/ribasim/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
class Model(FileModel):
starttime: datetime.datetime
endtime: datetime.datetime
crs: str

input_dir: Path = Field(default=Path("."))
results_dir: Path = Field(default=Path("results"))
Expand Down Expand Up @@ -88,7 +89,6 @@ class Model(FileModel):
user_demand: UserDemand = Field(default_factory=UserDemand)

edge: EdgeTable = Field(default_factory=EdgeTable)
crs: str

@model_validator(mode="after")
def set_node_parent(self) -> "Model":
Expand Down

0 comments on commit 39133c2

Please sign in to comment.