You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I found this excellent package simulating the cyclic voltammetry and try to use it in my projects. When I simulated the ECcat mechanism with high homogeneous kinetics, this programme returns std::badloc error. I tried to solve it myself, but I failed.
Hi, sorry for the late answer. Hope it still reaches you :)
I've heard from another user who had similar issues, and we were unfortunately unable to find out where the error originates. What we did validate, is that both the Python code and the website version are compiled from the exact same source (same version), and therefore it must be either (1) the Python version running into some unknown error or (2) the webassembly version running into the same error but continues anyway. I am not sure.
As a workaround, you can run all simulations directly from C++. It is easy enough ;)
Hey, I found this excellent package simulating the cyclic voltammetry and try to use it in my projects. When I simulated the ECcat mechanism with high homogeneous kinetics, this programme returns
std::badloc
error. I tried to solve it myself, but I failed.Here is the codes I use:
And the error message :
my working environment: CentOS 7.9, JupyterLab 3.2.9, Python 3.6.8, the
pyecsim
package was installed through PyPi.I succeeded using these parameters on your website version, so I guess there might be something wrong with the python version.
Thanks a lot!
The text was updated successfully, but these errors were encountered: