Closed heplesser closed 6 months ago
Even while the example module still needs a lot of polishing, this one should be reviewed and merged soon so we have one that works with the new NEST mechanism. Then we also need to think about versioning these modules, we need releases that fit the NEST releases.
Actions need to be re-run when nest/nest-simulator#3103 is merged.
@heplesser ping!
@terhorstd @pnbabu I have now addressed your comments, I hope to your content.
It looks good to me overall. I am fine with merging this after fixing the failing build on macOS.
I have now hiked the Python version to 3.12, so building should work again on macOS.
But now the Linux build failed with what looks like a problem not related to our code. Strangely, I do not find a re-run button for actions in this repo. Let's see how it goes with the macOS build.
But now the Linux build failed with what looks like a problem not related to our code. Strangely, I do not find a re-run button for actions in this repo. Let's see how it goes with the macOS build.
Perhaps it's the access issue? I could see the button and the job is running again now.
This is the first example (in draft state) of the new
NESTExtensionInterface
andModuleManager
approach to handling modules.