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 SPA gating compilation error. #1099

Merged
merged 1 commit into from
Jun 23, 2016
Merged

Fix SPA gating compilation error. #1099

merged 1 commit into from
Jun 23, 2016

Conversation

jgosmann
Copy link
Collaborator

@jgosmann jgosmann commented Jun 16, 2016

Description:
Fixes #1098.

Motivation and context:
See #1098.

How has this been tested?
Added a test that reproduces the problem.

Where should a reviewer start?
Look at the test (more concise) or issue to see what the problem is, understand the comments in #1098 explaining the problem and then it should be clear how the fix solves the problem.

How long should this take to review?

  • Quick (less than 40 lines changed or changes are straightforward)

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have read the CONTRIBUTING.rst document.
  • I have updated the documentation accordingly. (no update necessary)
  • I have included a changelog entry.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@jgosmann jgosmann added this to the 2.1.1 release milestone Jun 16, 2016
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @tbekolay to be a potential reviewer

@jgosmann
Copy link
Collaborator Author

The mention bot proposed @tbekolay as reviewer, but probably @tcstewar would also be a good choice.

@@ -51,6 +51,9 @@ Release History
the Gram system.
(`#1027 <https://github.com/nengo/nengo/pull/1027>`_,
`#1019 <https://github.com/nengo/nengo/issues/1019>`_)
- Allow recurrence of the form ``a=b, b=a`` in basal ganglia SPA actions.
(`#1098 <https://github.com/nengo/nengo/issues/1098>`_,
`#1099 <https://github.com/nengo/nengo/pull/1099>`_)
Copy link
Member

Choose a reason for hiding this comment

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

Extra space at the start of this line is causing Github to render weirdly. Will fix in the merge if you don't get to it!

@tbekolay
Copy link
Member

The diff is pretty small so I looked at this anyhow. It looks good to me, aside from the inline comment which I'll fix in the merge. Will merge on someone's +1, preferably @tcstewar (it's a quick one to review, I swear!)

@tcstewar
Copy link
Contributor

Nice fix, and understandable error. +1 from me!

Otherwise it is built as part of a network which might build before the
required gate exists.

Also add a test that fails without these changes.

Fixes #1098.
@tbekolay tbekolay merged commit b59de84 into master Jun 23, 2016
@tbekolay tbekolay deleted the fix-1098 branch June 23, 2016 11:39
@hunse hunse changed the title Fix SPA gaiting compilation error. Fix SPA gating compilation error. Jun 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

SPA gaiting failure
4 participants