Jiya Gupta
Jiya Gupta
Thanks for the detailed GDB traces. The crash location shifts between `libvolk` (vector math), `libiio` (hardware driver), and random memory addresses confirms the suspicion: **This is a buffer overflow causing...
Thank you for the feedback. I’ll run `pytest` locally to check the errors. I might need a bit of time to look into it, but I’ll work on fixing the...
I have updated the `edge_subgraph` docstring to clarify the required edge formats as suggested by @amcandio and @dschult. Please have a look at the PR.
I traced this through `Model.logp`, `conditional_logp`, and how PyMC treats `Deterministic` vs `Potential` variables. From what I can see, `pm.math.sum` creates a Deterministic variable. By design, deterministics don’t contribute to...
Sorry @ricardoV94, I’m new to open-source contribution and used LLM just to frame my understanding so that it looks professional.
Hi @qiaominke, PyBaMM already includes the Doyle Fuller Newman (DFN) model and several variants: - Full DFN (modular): `src/pybamm/models/full_battery_models/lithium_ion/dfn.py` - BasicDFN (single-file readable form): `src/pybamm/models/full_battery_models/lithium_ion/basic_dfn.py` - Lithium-metal DFN (reuses Li-ion...
Hi @Ericgig, I would like to work on this issue. I tested the reproduction scripts on Windows (QuTiP 5.2.2). While I did not get a hard Segfault, I was able...
Hi @romani, thanks for pointing it out! I’d like to give it a try. If I find it too difficult, I’ll definitely move to another issue. I’ll keep you posted.