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

Enable use of NEST 3 #19

Closed jarsi closed 2 years ago

jarsi commented 3 years ago

With the upcoming release of NEST 3 some function calls change a little bit. This PR addresses these changes and guarantees compatibility with both NEST 2 and NEST 3. At the beginning of a simulation it is determined whether NEST 2 or 3 features should be used. Based on this the parts in question are run accordingly.

AlexVanMeegen commented 3 years ago

Great work, @jarsi! :fire: Apologies for letting this hang in the air for so long. Not sure though if I am an appropriate reviewer, my NEST 3 is not yet fluent. @jasperalbers, do you have time to take a look? Or maybe @ackurth?

jarsi commented 2 years ago

Thanks @jasperalbers for your review! I went ahead and merged with master