-
There do not appear to be any integration tests that exercise the `external_cnf_solver` or `external_aig_solver` commands.
-
In order to calculate sensitivities, the pybamm casadi solver solves the full sensitivity equations due to the fact that casadi does not currently calculate sensitivities natively. This is inefficient…
-
Repro:
try to union this [geometry (valid WKT AFAIK)](https://www.dropbox.com/scl/fi/yiohzokedom522hk7pfvw/parcels.wkt?rlkey=mmxzj6clmxqk803e5kpgdou4c&dl=0) using the `unary_union` branch in #1246.…
-
**Is your feature request related to a problem? Please describe.**
Yes, I ran my code to solve a two-poimt BVP system with different inputs using ```FIRK``` solver, and for some cases, the return c…
-
For integrating with https://github.com/robotology/wb-toolbox, we need some way to pass arbitrary parameters (as we do not know in advance the parameters that will be available in a given solver) via …
-
@eupedrosa hello,It's still the issue we discussed the day before yesterday.
I want to integrate the wheel speed odometer into solver preblem.
Therefore, I fabricated two points (0,0.25) and (0.25.0…
-
**Describe the bug**
Hi, I'm hitting a recursion limit when I try to generate a tar derivation tree and then mutate it.
```
Traceback (most recent call last):
File "/home/kris/fuzzing/run.py",…
-
:red_circle: **MATHAI** :
:red_circle: **To create an AI-powered math solver website offering seamless problem-solving with step-by-step solutions, natural language input, and interactive learning t…
-
No idea how to make it work with the solver, I tried but it caused other issues.
Also, fuels from subfloors aren't shown on its parent line, but are part of the total. Probably just not set properly …
-
### Description
When using `jax` based package `pychastic` (an SDE solver) jax backend keeps eating memory indefinitely.
```python
import jax
import jax.numpy as np
import numpy.random
import…