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 bug in apply spike raster #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jacksonmowry
Copy link

@jacksonmowry jacksonmowry commented Dec 15, 2024

Ran into a small bug during testing. When using Apply Spike Raster through processor tool it is incorrectly calling the function apply_spike. apply_spike has the function signature...

void apply_spike(const Spike& s, bool normalized = true, int network_id = 0)

meaning that the network_id was being implicitly cast to a bool and provided as the normalized parameter.

I'm unsure if normalized = true is the correct behavior here, but I just stuck with the default.

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.

1 participant