-
Notifications
You must be signed in to change notification settings - Fork 78
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
Fix tests for ctapipe_0.17 branch #1107
Conversation
Hi @chaimain, @maxnoe for solving the problem with the fit intensity scan one has to update the calibration files in the test_data adding. I do not know how to upload them, you find the correct ones in: |
@maxnoe can update it I think. With these new files (and probably some more update on the code), do the tests pass for you locally? |
I uploaded the new test files and update the path so that the tests use the new files, locally it worked already |
Do we want to fix the codacy issue in this PR too? (Unused line in the script create_test_calibration_files.sh) |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## ctapipe_0.17 #1107 +/- ##
================================================
+ Coverage 71.73% 73.91% +2.18%
================================================
Files 121 123 +2
Lines 11306 11901 +595
================================================
+ Hits 8110 8797 +687
+ Misses 3196 3104 -92
☔ View full report in Codecov by Sentry. |
I think the conflict issue of |
Hi @chaimain, I am not sure to understand what you ask to test, could please recall it to me? |
There were some conflicts in |
Forwarded from #1106 to have proper commit for the exact change. This will help solve some failing tests in #1054