neuronsimulator / nrn-modeldb-ci

NEURON ModelDB CI tools
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Support ModelDB entries that contain multiple models #75

Open olupton opened 1 year ago

olupton commented 1 year ago

For example, https://github.com/ModelDBRepository/97917 contains two sets of mechanisms:

which cannot be linked into a single special because the SUFFIXes are not unique:

At present the HOC scripts try to compile mechanisms on the fly, which is doubly problematic because:

It might be better to support multiple models within a single ModelDB ID at a higher level.

olupton commented 1 year ago

Note that the changes in https://github.com/neuronsimulator/nrn-modeldb-ci/pull/89 flagged many models that contain multiple independent sets of .mod files within a single ID.