-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
[WIP] Enable full tests for Formal Integral #1499
[WIP] Enable full tests for Formal Integral #1499
Conversation
I recommend running the local test pipeline to determine the cause of test failures. Glancing at the logs it appears that data required for the test are not available in the test HDF file (a storage of the test data). |
@andrewfullard I think the problem lies here in the comment. |
6f1820a
to
d995a14
Compare
Please do. Thanks for the work on this |
The tests are still failing due to the fact that the |
As you can see in the Azure repo history the commit hash is exactly the same as the latest EDIT 1: I tested your branch on my computer and got 12 tests failed (same as Azure). I assume you didn't use the reference data flag when calling EDIT 2: @andrewfullard My guess is these keys got removed in Nov 2021 (see here) after marking those tests as |
@epassaro That clears everything.
I was expecting the results to be the same as the one we get here using |
I think using |
I believe |
@epassaro @andrewfullard I have updated the reference data and opened a PR in the refdata repository (link here). Let me know if anything else is required! |
For some reason, a manual re-run of the tests is not working (Azure seems to have lost the test run) so if you make a commit to this branch it should trigger them again |
Codecov Report
@@ Coverage Diff @@
## master #1499 +/- ##
==========================================
+ Coverage 68.12% 69.08% +0.95%
==========================================
Files 68 68
Lines 6040 6100 +60
==========================================
+ Hits 4115 4214 +99
+ Misses 1925 1886 -39
Continue to review full report at Codecov.
|
* remove pytest mark for skipping the tests * set overwrite option to True * empty commit to rerun tests
Description
Fixes #1465.
The PR reintroduces tests for Formal Integrals which was apparently disabled earlier due to a memory problem.
Note: The PR for updating reference data has been merged in the
tardis-refdata
repositoryMotivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: