-
Notifications
You must be signed in to change notification settings - Fork 15
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 to cross correlation tests, trigger other fails. #73
Conversation
There is now one tests ( |
Looking further, this seems to be to do with difference in how tracer n(z) are dealt with between pyccl 2.3.0 and 2.4.0, see: LSSTDESC/CCL#928 |
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
+ Coverage 67.34% 74.26% +6.91%
==========================================
Files 29 29
Lines 1666 1690 +24
==========================================
+ Hits 1122 1255 +133
+ Misses 544 435 -109
|
* fixed shearkappa test * fixes to tests (some still fail, to be fixed separately) * codestyle * fix lensing test package path * revert lensing test packages path * marked lensing lhood tests as xfail, see #77
We had somehow picked up a number of test failures. This fixes some to do with mis-specified yaml files and skips the tests for Xcorr, which need to be dealt with.
There are still a couple of now-failing tests.
I will merge this set of test fixes, which will also trigger the other failing tests so we can see them. Then open Issues for the failing tests and we can work on them.