Closed sarthak-dv closed 2 months ago
*beep* *bop* Hi human, I ran ruff on the latest commit (31569583732e2845c5fccecc4778a3e7c723a6cd). Here are the outputs produced. Results can also be downloaded as artifacts here. Summarised output:
Complete output(might be large):
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.79%. Comparing base (
b79b61e
) to head (ecc90b1
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@andrewfullard We think it makes sense that this benchmark test fails but we need a second opinion. If it's a problem let us know -- if it isn't, then we will merge once Jaladh has reviewed it
Seems that qgridnext doesn't exist in conda, should be a pip install instead
Seems that qgridnext doesn't exist in conda, should be a pip install instead
Yes, that seems to be the issue here, I've added pip install qgridnext
in tests.yml, do I need to add it somewhere else for the benchmarks to pass?
@sarthak-dv benchmarks "should" pass after the suggested change.
Unrelated, @andrewfullard do we need to update conda lock files as well?
@sarthak-dv benchmarks "should" pass after the suggested change.
Unrelated, @andrewfullard do we need to update conda lock files as well?
Yes, we will need to regenerate the environment.
*beep* *bop* Hi human, I ran benchmarks as you asked comparing master (be4ec9a4f9423392bc1aa4a6f3316267faa70093) and the latest commit (31569583732e2845c5fccecc4778a3e7c723a6cd). Here are the logs produced by ASV. Results can also be downloaded as artifacts here.
Significantly changed benchmarks:
All benchmarks:
If you want to see the graph of the results, you can check it here
The tests in test_spectrum_solver.py
are showing error, I don’t think it is related to the changes made in this PR. Other than that the benchmarks build is passing after making the changes @jaladh-singhal suggested.
The tests in
test_spectrum_solver.py
are showing error, I don’t think it is related to the changes made in this PR. Other than that the benchmarks build is passing after making the changes @jaladh-singhal suggested.
Yeah that's fine- the test failures are because of changes to regression data in support of another PR
Looks like the docs build from the lock file, so they won't work until that is updated too.
:pencil: Description
Type: :roller_coaster:
infrastructure
To avoid any future errors that may be caused by the deprecated
qgrid
library we are temporarily moving toqgridnext
until we find a reliable alternative.:pushpin: Resources
Examples, notebooks, and links to useful references.
:vertical_traffic_light: Testing
How did you test these changes?
:ballot_box_with_check: Checklist
build_docs
label