Martijn Visser
Martijn Visser
The version that the rust wrapper gets seems to be wrong when building on tags. This is built on the v2024.11.0 tag: ``` ❯ ribasim --version ribasim 2024.10.0-128-ge09eeb5 C:\bin\ribasim ❯...
The current release pipeline is on TeamCity, so running something from there may be more convenient.
Yeah I know. Marnix suggested a GitHub Action, but I meant that since the rest of the release pipeline is on TeamCity, a GitHub Action is not ideal.
It's good practice to link directly to any possible examples you have in mind, because then the "investigate" part of the issue just becomes a "copy", for anyone wanting to...
Do you have any more concrete actions that we still need to take here, next to #1642? I know the issues with dependencies that you've had, but these should all...
We also need to mention in the download section that we currently only support and provide binaries for Windows and Linux, for the x86_64 architecture.
How about an `Observation` table with the following columns: | column | example | | -------- | ---------------- | | name | Driel | | node_type | Outlet | |...
In a way the network (Node and Edge table) and parameters (other tables) are already separated in the data model. The add API encourages creating nodes with data together, such...
By default we should probably write the `results/observation.arrow` if the `Observation` table is present. Though if users supply 10 minute timeseries this means we'll have to stop every 10 minutes,...
Fixed by #1691