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

glbNetworkConfig.maxDelay > 1 despite setting all delays to 1 or less #68

Open
benballintyn opened this issue Jan 22, 2019 · 0 comments

Comments

@benballintyn
Copy link

I wrote a class inheriting ConnectionGenerator to connect groups using normally distributed weights. in the connect method I explicitly set delay = 1. Despite using this custom connection to connect all groups, when trying to add STP I get the error:
[ERROR carlsim/kernel/src/snn_manager.cpp:4864] STP with delays > 1 ms is currently not supported.

This must mean that somewhere glbNetworkConfig.maxDelay must be being set to > 1 incorrectly.

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

No branches or pull requests

1 participant