-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve .mod search strategy #89
Conversation
Should avoid having to explicitly set model_dir for models with a simple directory structure.
https://github.com/neuronsimulator/nrn-modeldb-ci/actions/runs/5354503218 is running with all models. |
Launched https://github.com/neuronsimulator/nrn-modeldb-ci/actions/runs/5356475106 with all models. |
https://github.com/neuronsimulator/nrn-modeldb-ci/actions/runs/5358611403 passed with all models and aff0e03. |
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.
LGTM
Should avoid having to explicitly set model_dir for models with a simple directory structure.
Unfortunately this exposes various models with
.mod
files that do not compile, which were previously missed because there was nomodel_dir
setting and the.mod
files were not at the top level.The following 30 models are now skipped, because their
.mod
files do not compile: 7907 125385 144579 147141 154096 155735 155796 182134 183014 183718 184497 229585 230861 237469 239421 240116 246546 256311 261460 265523 266732 266799 266806 266864 267146 267189 267511 267587 267595 267646.Additionally new model 241169 is not executed, because it makes invalid assumptions that break with
neuron-nightly
.