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

Move unmatching inside second_phase of SR #125

Merged
merged 3 commits into from
Oct 15, 2020
Merged

Conversation

daffidwilde
Copy link
Owner

This was causing simple examples to fail because the second phase of the
algorithm never kicked in. By moving the unmatching, this is avoided,
and is fine because of the corollaries in Irving's paper.

Thanks to @MartinMohlenkamp on #124 for raising this issue.

This was causing simple examples to fail because the second phase of the
algorithm never kicked in. By moving the unmatching, this is avoided,
and is fine because of the corollaries in Irving's paper.
@daffidwilde daffidwilde changed the base branch from main to dev October 14, 2020 11:37
@daffidwilde
Copy link
Owner Author

I am expecting doctests to fail. #126 fixes that issue. Need to add the example tests for SR.

@daffidwilde daffidwilde merged commit 581ba05 into dev Oct 15, 2020
@daffidwilde daffidwilde deleted the extra-unmatching-in-sr branch October 15, 2020 12:16
daffidwilde added a commit that referenced this pull request Oct 15, 2020
* Fix ipython version to avoid warnings. (#126)

* Fix ipython version to avoid warnings.

There were some weird warnings coming from an internal
`ipython`/`ipykernel` API, causing `pytest-nbval` to fail its tests. So,
downgrading `ipython` to 7.10 until that is fixed.

Details are available under
[this issue](ipython/ipykernel#540).

* Fix ipython version in workflow file.

* Move unmatching inside `second_phase` of SR (#125)

* Move unmatching inside `second_phase`

This was causing simple examples to fail because the second phase of the
algorithm never kicked in. By moving the unmatching, this is avoided,
and is fine because of the corollaries in Irving's paper.

* Add example tests from #124

* Checkout CI file from dev.
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