-
|
Arbor Version: 0.4.1.dev0 1. RuntimeError Type 1Running my cable cell The I get the error (RuntimeError above) only when I try to run the model: I don't get any error during the setup. 2. RuntimeError Type 2If try to run the same model but without 3. RuntimeError Type 3If try to run the same model but without How can I fix the cause for all the three errors? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Hi, The passive mechanism is called You can also Note that Hope this fixes your issues. |
Beta Was this translation helpful? Give feedback.
-
I am afraid this was not the solution. I still get a similar RuntimeErrorStarting with the (modified) suggested solution and then Also, if I used And exactly the same (above) if I use |
Beta Was this translation helpful? Give feedback.
-
|
Ok I think I got it to work with and then I don't know if the simulation runs with the intended changes.Note:
|
Beta Was this translation helpful? Give feedback.
Ok I think I got it to work with
and then
cell_model.run(100)is successful (i.e, no RuntimeError) butI don't know if …