INM-6 / multi-area-model

A large-scale spiking model of the vision-related areas of macaque cortex.
Other
71 stars 48 forks source link

Missing package "aod" on EBRAINS #40

Closed heplesser closed 5 months ago

heplesser commented 11 months ago

I just tried to run the downscaled model on EBRAINS (Jülich Site) following the "Try it on EBRAINS" button. After a few cells, this fails with the message

Error in library("aod") : there is no package called ‘aod’
Execution halted

This seems closely related to #31, but now with the package missing on EBRAINS.

Screenshot 2023-09-20 at 20 12 32
heplesser commented 11 months ago

Just for info, I was running the lastest version of MAM, 1.1.0, with git hash be361ff.

heplesser commented 11 months ago

As @diesmann just pointed out to me, the notebook actually runs through in spite of the error message. A very similar message occurs in Sec 2.3 of the notebook:

Initializing network from dictionary.
RAND_DATA_LABEL 9936
Error in library("aod") : there is no package called ‘aod’
Execution halted
No R installation or IndexError, taking hard-coded SLN fit parameters.

Here at least it says that it is using hard-coded parameters.

didi-hou commented 11 months ago

Hi, Hans. As Dennis replied in the Email, the packages aod is indeed missing at the moment, but it's an optional package which won't affect the running the following code. I've added the package and merged it to EBRAINS. I think the error will be fixed when the new EBRAINS is released this Friday. Thanks for checking ii. And @terhorstd The version number is also fixed yesterday as v1.1.0 and the relevant information is also updated in the package.py and spack.yaml. Everything works fine at the moment.