Martijn Visser
Martijn Visser
For Ribasim Python. #2008 adds the other builds. We have ``` pixi run build-ribasim-python-wheel ``` We used to have TC config for this as well. Which can be added in...
@evetion tried this in https://github.com/Deltares/Ribasim/pull/2114 but it segfaulted. See https://docs.sciml.ai/SciMLBase/stable/interfaces/Problems/#Specialization-Levels Enable this in precompile.jl: ``` # Commented out due to segfault on building set_preferences!( UUID("0bca4576-84f4-4d90-8ffe-ffa030f20462"), # SciMLBase "SpecializationLevel" => "FullSpecialize";...
The results have changed too much, and the speed as well. Running again to check if it was noise. https://dpcbuild.deltares.nl/buildConfiguration/Ribasim_IntegrationTest_Linux
In trying to debug #276 what confused me for a while was that I got errors like this: ``` ERROR: Julia server returned error after receiving "run" command: Failed to...
**Describe the bug** Using a TypeVar as a DataFrame schema no longer works since pandera 0.23, due to #1904. - [x] I have checked that this issue has not already...
This is #295 rebased on top of #297. #297 reintroduced the type piracy mentioned in #193. This now adds a new test because the old test didn't catch the regression...
Hi, I really enjoy using ComponentArrays. I used it as the state vector in OrdinaryDiffEq. One issue that we ran into was that the size of our components change for...
This package requires julia 1.10 or higher, so no need to check for these.
I'm a new user of juliacall / pyjuliapkg, so bear with me. My use case is building docs in a monorepo where Python will call Julia code. For CI and...
Since https://github.com/Deltares/Ribasim/pull/2497 we support NetCDF results, and are probably switching to drop Arrow results with https://github.com/Deltares/Ribasim/issues/2520. We need to add support for reading NetCDF in the core with https://github.com/Deltares/Ribasim/issues/2434. That...