-
I observed some weird behavior in my ODE solve with `NLNewton(; relax = BackTracking())` where the result is obviously wrong. After some digging I wrote a wrapper of `BackTracking` where I reject the …
-
Building on Ubuntu desktop 22.04, openjdk is from current package:
`openjdk-11-jdk:amd64 11.0.20.1+1-0ubuntu1~22.04 amd64 OpenJDK Development Kit (JDK)`
```
$ java -version
openjdk version…
-
Dear Team,
I hope this message finds you well.
I wanted to bring up a concern regarding the use of DTO projects, particularly when it comes to utilizing constants in @Query annotations without s…
-
Extractor retrieves abstracts and githuburl from papers.
However, the githuburl does not necessarily exist in the paper. In such cases, the githuburl is not retrieved and an error occurs in the subse…
-
I have been using the dysts library for the past month for my dissertation that includes chaotic system forecasting. I use the library to generate data and so far I have been using the Lorenz system. …
-
```
from roadrunner import RoadRunner
sbml_file = "AModel.sbml"
r = RoadRunner(sbml_file)
integrators = ('cvode', 'gillespie', 'rk4', 'rk45', 'euler')
data = {}
for integrator in integrators…
-
# Issue
## Problem Description
When using keyword arguments in `Simpson().calculate_result()` function, fails with `IndexError: tuple index out of range`. The issue seems to come from `expand_func_v…
-
-
The current `run_simulation` interface is used to create and solve the appropriate ODE/SDE problem based on the thermostat algorithm.
https://github.com/SciML/NBodySimulator.jl/blob/172b046d8f3cfd073…
-
## Bug report
**Issue details**
When using ground steering:
Run a full auto mission with takeoff, waypoints, and landing, without changing modes to MANUAL, FBWA, etc. During landing, when steeri…