-
I've been running my own fork of JuliaFormatter with docstring formatting switched on:
https://github.com/domluna/JuliaFormatter.jl/blob/master/src/styles/sciml/pretty.jl#L39
It seems to work well.
…
-
**Describe the bug 🐞**
Several components e.g.,
https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/02a134cd430b035e43c8c43596d32ecbff1a08d5/src/Electrical/utils.jl#L35
https://github.…
-
The variables `a` and `b` aren't defined in the error case
https://github.com/SciML/ModelingToolkit.jl/blob/90f47eccdc2efda47c844536c22350072339bd6c/src/systems/model_parsing.jl#L512
-
The design matrices for Sobol's method are not randomized (https://github.com/SciML/GlobalSensitivity.jl/blob/394dc74c5290bce28a470789da93b699cac6874c/src/sobol_sensitivity.jl#L348), leading to the wa…
-
Right now, it is not possible to save the last step if you don't want to take any intermediate steps. It would be nice to have a kwarg like `save_end`: Denotes whether the final timepoint is forced to…
-
- [x] https://github.com/SciML/NeuralPDE.jl/pull/817
- [x] https://github.com/SciML/EasyModelAnalysis.jl/pull/240
- [x] https://github.com/SciML/NeuralPDE.jl/pull/816
- [x] https://github.com/SciML…
-
There was an example of training a Fourier neural network on the Burgers equation in the previous repo, following a paper. The dataset link is now down but there's a Google Drive link with the same d…
-
Given https://github.com/SciML/ModelingToolkit.jl/pull/3181/files we need to now add an interface here for hybrid models. It seems natural to allow a way for users to tag a mathematical representation…
-
Forking off this discussion from #108, I wrote up some thoughts on implementing the top navbar into Documenter: https://github.com/JuliaDocs/Documenter.jl/issues/2177
What I would love, though, is …
-
solving the ODEProblem in SciMLBenchmarks for Henon_Heiles_energy_conservation_benchmarks using TaylorMethod() function gives the following method call error which didn't occur in the previous version…