-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add HWP Trotter bloqs and costs to notebook. #946
Conversation
…into add_hwp_trotter_costs
@@ -446,6 +446,59 @@ | |||
"print(rf\"T_{{opt}} = {t_opt:4.3e}\")" | |||
] | |||
}, | |||
{ | |||
"cell_type": "markdown", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this notebook unit tested anywhere? please add and make sure to @pytest.mark.notebook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason I thought the scipts automagically globbed all the notebooks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the CI will automatically git-glob all the notebooks in the notebooks check, but it's policy ™️ to also include a unit test that will get picked up by e.g. a local launch of pytest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Builds on #753