-
Notifications
You must be signed in to change notification settings - Fork 1
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 GitHub Actions #112
Fix GitHub Actions #112
Conversation
Ok. This now is working but I had to comment out the cache and specify the coverage output. The latter means that coveralls sees a 94% coverage instead of 99%. Not sure what the difference is but I wouldn't spend more time investigating it, at the moment. We can open an issue if needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment. Will approve anyway, since I assume fixing that is trivial and doesn't require another review (and I need to disappear now!)
@@ -481,6 +481,7 @@ def get_fields_dict(self, tracer_names, cache=None, masks=None, **kwargs): | |||
# We add the spin to make sure we distinguish fields of | |||
# different types even though they share the same mask | |||
k = mask_names[i] + str(spins[i]) | |||
print(nmt_conf) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
presumably remove this
@@ -319,7 +319,7 @@ def get_covariance_block( | |||
mn[2], | |||
mn[3], | |||
mn[4], | |||
lmax=int(ell[-1]), | |||
# lmax=int(ell[-1]), # Not available in NaMaster v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and for good reason!
Thanks. Addressed. I will merge when the tests pass |
Solve #110.
At the moment, I have updated TJPCov to use NaMaster v2. There is a remaining error with the binning implementation that was implemented recently.