Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecognized model_type single_compartment? #133

Open
JY-Gao opened this issue Mar 29, 2023 · 1 comment
Open

Unrecognized model_type single_compartment? #133

JY-Gao opened this issue Mar 29, 2023 · 1 comment

Comments

@JY-Gao
Copy link

JY-Gao commented Mar 29, 2023

hello! I'm building a single compartment HH model using BMTK. When I set the model_type to 'single_compartment' during the build process, I receive the following error message: 'Exception: Unrecognized model_type single_compartment.' Can you please advise me on how to build a single compartment HH model using BMTK?

@kaeldai
Copy link
Collaborator

kaeldai commented Apr 5, 2023

Hi @JY-Gao, Unfortantely at the moment "single_compartment" models are not implemented in bmtk. We are working on implementing it but it will take some time before we have code to check in.

In the time-being, the best thing to do is to use PointNet, but to replace "nest:iaf_psc_alpha" with "nest:hh_psc_alpha" (or one of the other Hodgkin-Huxley models). You would also need to update the dynamics_params *.json file to match the model parameters for the hh model. One option is to take an existing PointNet example and in the network/cortex_nodes.csv file replace model_template to use a hh model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants