You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hofer-Julian opened this issue
Mar 26, 2024
· 2 comments
· Fixed by #1513
Labels
coreIssues related to the computational core in JuliapythonRelates to one of the Ribasim python packagesQGISRibasim QGIS plugintech-debtImprovements related to technical debt
We recently moved away from requiring globally unique node ids.
However, parts of our code still require it implicitly.
Because of that, we added checks to require it after all.
Fixes#1318Fixes#1256@evetion I didn't touch the Delwaq `node_lookup`. If only Basins are in
the graph, then you can still use an ID as a unique index.
The #1256 fix in 72dcf24 is not tested,
since Ribasim-Python stops us from creating such an invalid model. I
manually confirmed it works by duplicating rows in QGIS.
The `main` methods were needed to fix `pixi run ribasim-core`.
---------
Co-authored-by: Maarten Pronk <[email protected]>
Co-authored-by: Maarten Pronk <[email protected]>
coreIssues related to the computational core in JuliapythonRelates to one of the Ribasim python packagesQGISRibasim QGIS plugintech-debtImprovements related to technical debt
We recently moved away from requiring globally unique node ids.
However, parts of our code still require it implicitly.
Because of that, we added checks to require it after all.
Tasks:
fid
for Node, Node ID numbering changes mean imod-qgis timeseries plot doesn't fetch the right data #1306fid
for Edge, Remove columnedge_id
fromflow.arrow
schema #1310to_xugrid
, Addmodel.to_xugrid()
#1314 (comment)The text was updated successfully, but these errors were encountered: