-
Notifications
You must be signed in to change notification settings - Fork 9
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
basic_example.json fails during routine verification #104
Comments
Adding
This is also seen in the tutorials/01_basic_example (https://psiq.github.io/bartiq/latest/tutorials/01_basic_example/): This is a bit odd as both the test with the code snippet above, as well as the tutorial, have If this should be addressed in a separate issue, please let me know. |
After more research, it appears that the warning is a result of a bug. Before the compilation (after precompile), the resources have the following values: After compilation, the resources have the following values: During the compilation @mstechly, it looks like you saw a similar warning before and mentioned it in #72 I am happy to continue tracking this down. Do you think I should do that work with #72 or open a new issue? I will leave this issue for correcting basic_example.json to include |
Hey @bdg221, thanks a lot for finding this! |
Describe the bug
After reading in basic_example.json, trying to run
compile_routine
results in the following error:This is the result of changes made in #76 which introduced routine verification.
How to Reproduce
The following code will reproduce the error:
Expected behavior
It is expected that the provided JSON file can be read and used to generated a compiled routine.
Actual behavior
An error is thrown:
Environment:**
The text was updated successfully, but these errors were encountered: