Test notebook courses - #3697
Open
Andrew Casey (amcasey) wants to merge 1 commit into
Open
Conversation
Dhairya Patel (HABER7789)
approved these changes
Sep 9, 2026
Dhairya Patel (HABER7789)
left a comment
Contributor
There was a problem hiding this comment.
Ran all the thirteen tests. The skip-test tag is a nice addition for the slow cells! and the orbital values also match as expected.
Member
Author
|
This will need to be rebased on top of #3700. Edit: done |
Andrew Casey (amcasey)
force-pushed
the
amcasey/NotebookTest
branch
from
September 9, 2026 20:45
be5d0a3 to
285f947
Compare
Andrew Casey (amcasey)
changed the base branch from
main
to
chemistry-qpe-2.2
September 9, 2026 20:51
Andrew Casey (amcasey)
added this pull request to stack #3701
September 9, 2026 20:51
Andrew Casey (amcasey)
force-pushed
the
amcasey/NotebookTest
branch
from
September 9, 2026 20:55
285f947 to
1cdd2d7
Compare
Andrew Casey (amcasey)
marked this pull request as ready for review
September 9, 2026 20:56
Andrew Casey (amcasey)
requested review from
Bill Ticehurst (billti),
Ian Davis (idavis) and
Stefan J. Wernli (swernli)
as code owners
September 9, 2026 20:56
Member
Author
|
Can you please give it another test now that I've rebased, Dhairya Patel (@HABER7789)? |
Code cells should run without exceptions, except those tagged `exercise`, which should fail with `ExerciseError` (not having been completed). Some cells are very slow - we tag those `skip-test`.
Bill Ticehurst (billti)
force-pushed
the
amcasey/NotebookTest
branch
from
September 9, 2026 21:07
1cdd2d7 to
20270b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code cells should run without exceptions, except those tagged
exercise, which should fail withExerciseError(not having been completed).Some cells are very slow - we tag those
skip-test.