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
I am encountering a weird bug. After running a model through rdesigneur, if I delete '/library' and then re-build and rerun the model, the output is the same as the original run.
But, if I delete Na kinetics in the library ie moose.delete('/library/Na'). And the re-build and rerun the model, the output is different. moose.showfield output in both cases. Although, in the latter case, moose.showfield('/model/elec/soma/Na/gateX') crashes the program with seg fault while showfield for gateX works in the second case.
The issue only happens when my version of KA channels is present.
To reproduce the bug, run the seg_fault.py file while keeping the other two files in the same folder as seg_fault.py file. The first two output plots will be the same while the third one will be different.
I am encountering a weird bug. After running a model through rdesigneur, if I delete '/library' and then re-build and rerun the model, the output is the same as the original run.
But, if I delete Na kinetics in the library ie moose.delete('/library/Na'). And the re-build and rerun the model, the output is different. moose.showfield output in both cases. Although, in the latter case, moose.showfield('/model/elec/soma/Na/gateX') crashes the program with seg fault while showfield for gateX works in the second case.
The issue only happens when my version of KA channels is present.
To reproduce the bug, run the seg_fault.py file while keeping the other two files in the same folder as seg_fault.py file. The first two output plots will be the same while the third one will be different.
K_A_Chan_(Migliore2018)_ghk.py.txt
Na_Chan_(Migliore2018).py.txt
seg_fault.py.txt
The text was updated successfully, but these errors were encountered: