-
Notifications
You must be signed in to change notification settings - Fork 58
2D: if boundary point fails it will never be re-evaluated ... #82
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
Comments
originally posted by Joseph Weston (@jbweston) at 2018-05-25T08:25:31.945Z on GitLab I guess this is the learner's responsibility, but it seems a rare edge case to add a separate branch for. Every time we fill the stack we'd have to first check whether the boundary points are either in the (evaluated or unevaluated) data or in the stack. If not we put them at the top of the stack |
originally posted by Joseph Weston (@jbweston) at 2018-05-25T08:28:25.997Z on GitLab Actually I don't understand how this happens at all:
so the stack should get the boundary points put onto it when |
originally posted by Bas Nijholt (@basnijholt) at 2018-05-30T00:26:49.870Z on GitLab I think you are right. We fixed the issue, the person that had the issue was having some other bugs that led us to incorrect conclusions. |
(original issue on GitLab)
opened by Bas Nijholt (@basnijholt) at 2018-05-23T22:27:59.419Z
... also not if you start the runner again.
The text was updated successfully, but these errors were encountered: