-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add more python models to the modeldb-run.yaml #41
base: master
Are you sure you want to change the base?
Conversation
@alexsavulescu all the models with |
now the remaining question is how many more models have python-ready scripts. Next step is a wider investigation. |
93fdb7a
to
8f1902d
Compare
To run all python models:
|
fc9bc6a
to
5c91540
Compare
@@ -80,7 +80,8 @@ jobs: | |||
- name: Set models to run for PR | |||
run: | | |||
# Select a few models to run CI for PRs | |||
echo 'MODELS_TO_RUN=279 3264 22203 144549 105507 194897' >> $GITHUB_ENV | |||
#TODO - temporary run added python models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reminder to revert this
5c91540
to
492b953
Compare
7b4cb67
to
e73f28b
Compare
* 229276 has mosinit.hoc * reduce sim times & close plots
e73f28b
to
f709d15
Compare
d4f6094
to
4d5959c
Compare
CI hanging again, we need to think about a better way of launching python models. Or at least make the error reporting in NEURON more robust, as I get the impression that the hang is because the simulation drop to the hoc interpreter and doesn't exit. Would be nice to reproduce this and open a ticket in NEURON. |
Related to #39