Search found 3 matches

by EleBern
Wed Apr 10, 2024 10:04 am
Forum: NEURON + Python
Topic: Python Code Continues Execution Despite HOC Error
Replies: 4
Views: 429

Re: Python Code Continues Execution Despite HOC Error

Thank you! This is much clearer now.
by EleBern
Tue Apr 09, 2024 5:26 pm
Forum: NEURON + Python
Topic: Python Code Continues Execution Despite HOC Error
Replies: 4
Views: 429

Re: Python Code Continues Execution Despite HOC Error

Thank you very much for your response. I am testing this both from a Windows machine and a Linux machine running on Ubuntu. My NEURON version is 8.2.4+, and my Python version is 3.8.5. I tried the snipped of code you shared and it works as expected. I recreated the problem I am having with the follo...
by EleBern
Tue Apr 02, 2024 5:32 am
Forum: NEURON + Python
Topic: Python Code Continues Execution Despite HOC Error
Replies: 4
Views: 429

Python Code Continues Execution Despite HOC Error

I am writing to bring to your attention an issue I encountered while simulating a Purkinje cell using the NEURON simulator with Python code. Problem Description: My code is in Python, but some variables and functions of the cell are written in HOC code. While conducting simulations, I observed that ...