Skip to content
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

fix code generator options handling #5

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

clinssen
Copy link

@clinssen clinssen commented Sep 27, 2024

Fixes the issue that not all code generator options were being passed to the NEST code generator, as they were already being used by the transformer(s). (neuron_synapse_pairs in the code generator was always empty.) New approach is to pass all (frontend) options to transformers, codegen and builder, and only afterwards check if there were options that were not used by any of these three.

Copy link
Owner

@pnbabu pnbabu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@pnbabu pnbabu merged commit 9f594f9 into pnbabu:nest_random_coco Sep 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants