Skip to content

Commit

Permalink
Also rename on the Ribasim Python side
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Feb 20, 2024
1 parent 1b0bd22 commit 23704f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ribasim/ribasim/geometry/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class NodeSchema(pa.SchemaModel):
node_id: Series[int]
name: Series[str] = pa.Field(default="")
type: Series[str] = pa.Field(default="")
node_type: Series[str] = pa.Field(default="")
subnetwork_id: Series[pd.Int64Dtype] = pa.Field(
default=pd.NA, nullable=True, coerce=True
)
Expand Down

0 comments on commit 23704f9

Please sign in to comment.