We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NeuroML files can include external files to avoid repetition of elements, e.g. <include href="hhneuron.cell.nml"/> in https://github.com/openworm/hodgkin_huxley_tutorial/blob/master/Tutorial2/NeuroML2/HHTutorial.net.nml
<include href="hhneuron.cell.nml"/>
The C++ API should have a helper function to support the loading of the full model, e.g. as in the Python case: https://github.com/NeuralEnsemble/libNeuroML/blob/development/neuroml/loaders.py#L230
Then a summary can be printed for the full model, using this #8
@tuigimdochas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NeuroML files can include external files to avoid repetition of elements, e.g.
<include href="hhneuron.cell.nml"/>
in https://github.com/openworm/hodgkin_huxley_tutorial/blob/master/Tutorial2/NeuroML2/HHTutorial.net.nmlThe C++ API should have a helper function to support the loading of the full model, e.g. as in the Python case: https://github.com/NeuralEnsemble/libNeuroML/blob/development/neuroml/loaders.py#L230
Then a summary can be printed for the full model, using this #8
@tuigimdochas
The text was updated successfully, but these errors were encountered: