Arno Strouwen

Results 185 issues of Arno Strouwen

Some Julia packages organize their tests using a Project file in the _test_ folder, e.g.: https://github.com/SciML/Optimization.jl/blob/master/test/Project.toml If I understand this action correctly, the additional Project file will not be downgraded....

The CI methodology in this package is severely out of date compared to what the rest of SciML is doing. This PR starts bringing the CI up to date. Likely...

Why are there 2 methods for doing custom linear solves: https://docs.sciml.ai/LinearSolve/dev/advanced/custom/ https://docs.sciml.ai/LinearSolve/dev/advanced/developing/ it is not clear to me when to use one over the other method. In the latter method,...

bug

What is the current best way of doing indexing in the boundary conditions? In the following test, evaluating the bc with a solution gives a deprecation warning, but if you...

question