memory lack
#1937
Replies: 1 comment 2 replies
-
What do you mean by "iteration" here? Cycles? Can you provide a minimum working example? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All
I am using pybamm.lithium_ion.DFN() and implementing the experiment on my data set, I mean I have data set(3000 values) containing power values and in every iteration, the experiment is dis/charge depending on the sign of the value but after 1000 iterations I am getting a memory lack (to know I have 8 Giga RAM) I tried to solve this problem by getting lose of unwanted previous values which saved in the arrays in the simulation class I mean (all_ts, all_ys, all_models, all_inputs, t_event, y_event) but I still get the same memory lack.
that is what I mean by simulation class
https://pybamm.readthedocs.io/en/latest/source/solvers/solution.html?highlight=solution#pybamm.Solution
please, is there a way to solve my problem?
Best
Kenan
Beta Was this translation helpful? Give feedback.
All reactions