-
Notifications
You must be signed in to change notification settings - Fork 38
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
Deque is empty #21
Comments
That sounds like it needs fixing, but I don't think I can proceed without a test case. (note you can fix the random seed to get reproducible results). |
Awesome, when it shows up again I'll try to get a test case for you :) |
I got it to happen consistently.
If I run this while loading this json map https://pastebin.com/CBhymARK i get the error everytime. |
Unfortunately, this isn't reproducing anytning for me. I've tried many seeds, and there are no issues. Are you using the latest version, read from the master branch? Otherwise, I'm afraid you may need to try again with a nother random generator (.e.g https://gist.github.com/kaustav-das/cf6b60638e62abb0394737f19f2fcf03) |
I sometimes get the exception
System.Exception: Deque is empty at DeBroglie.Wfc.WavePropagator.Step() at DeBroglie.Wfc.WavePropagator.Run() at DeBroglie.TilePropagator.Run()
This is on an AdjecentModel with one CountConstraint and a manual Select() to insert '0' tiles on the border. It's pretty rare though, have happened twice over 2 hours of playing around.
The text was updated successfully, but these errors were encountered: