-
-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theoretical energy integral is very slow #3506
Labels
difficulty: easy
A good issue for someone new. Can be done in a few hours
priority: high
To be resolved as soon as possible
Comments
valentinsulzer
added
difficulty: easy
A good issue for someone new. Can be done in a few hours
priority: high
To be resolved as soon as possible
labels
Nov 8, 2023
I tried vectorizing it but it seems that performing binary operations between NumPy arrays and Error : |
Ok I'll look into this |
valentinsulzer
added a commit
that referenced
this issue
Nov 10, 2023
8 tasks
valentinsulzer
added a commit
that referenced
this issue
Nov 13, 2023
#3506 vectorize theoretical energy
js1tr3
pushed a commit
to js1tr3/PyBaMM
that referenced
this issue
Aug 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
difficulty: easy
A good issue for someone new. Can be done in a few hours
priority: high
To be resolved as soon as possible
This for loop is killing us and should be vectorized:
PyBaMM/pybamm/models/full_battery_models/lithium_ion/electrode_soh.py
Lines 1007 to 1011 in 33d2187
The text was updated successfully, but these errors were encountered: