Eric G. Kratz
Eric G. Kratz
List of LICHEM features which are a work in progress: - [ ] Theoretical background information has to be provided for all methods in LICHEM - [ ] The NPT...
# Description Removes stack overflow links due to lychee failures ## Type of change Fixes Lychee link checker - [x] Bug fix (non-breaking change which fixes an issue) # Key...
Follow-up to #3358 The TestPyPi job still uses the token approach
Follow up to #3975 > It's worth noting that this only fixes https://github.com/pybamm-team/PyBaMM/issues/3974 for darwin systems and protects linux systems from the default context change in Python 3.14. Windows systems...
Followup to comments from @agriyakhetarpal in #3932 Changing settings for the JAX build was outside the scope of the other ticket, so this one is my reminder to go fix...
# Description Updates to the test pypi workflow. Fixes #3904 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) # Key checklist: - [x] No...
Followup to #4172 since the focus of that ticket was making sure all the tests work. Several of our CI workflows can be reworked into reusable workflows to avoid duplication....
The doc strings cover the public attributes, but ignore the private ones. Options: - Remove all attributes from the doc strings - Document attributes which are marked as properties Related...
Report from @mpegis: The PR (#4153) seemed to fix my issue (#4123) when I declared SEI on both Si/Gr phases in Chen2020, but now I am seeing a different error...
# Description This will separate the IDAKLU C++ code from pybamm. ## Type of change This should speed up CI by skipping the build of the C++ code. - [x]...