We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just as you can override a model Property via the experiment layer, you should be able to override the delay.
This is fairly easy for FixedValue delays; see branch expt_delay_change_option for the code.
However, this has flagged up that we don't seem to support Uniform or Normal distribution delays; will create a ticket for that, too.
The text was updated successfully, but these errors were encountered:
Fix Issue:30 while fixing this code, so I don't have to find my way around this code twice.
Sorry, something went wrong.
See commits 3df9037 cce5b2c and 85d778a for a first pass at this feature.
The implementation that's now in master needs to be updated to match the proposal for delay changes in SpineML, see SpineML/spineml#5 for details.
Implementation now matches proposed SpineML spec. See e96b90b
sebjameswml
No branches or pull requests
Just as you can override a model Property via the experiment layer, you should be able to override the delay.
This is fairly easy for FixedValue delays; see branch expt_delay_change_option for the code.
However, this has flagged up that we don't seem to support Uniform or Normal distribution delays; will create a ticket for that, too.
The text was updated successfully, but these errors were encountered: