Skip to content
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

Merged
merged 17 commits into from
Nov 13, 2024
Merged

Fix GitHub Actions #112

merged 17 commits into from
Nov 13, 2024

Conversation

carlosggarcia
Copy link
Contributor

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.

@carlosggarcia carlosggarcia marked this pull request as ready for review November 4, 2024 15:17
@carlosggarcia
Copy link
Contributor Author

carlosggarcia commented Nov 5, 2024

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.

@carlosggarcia carlosggarcia linked an issue Nov 5, 2024 that may be closed by this pull request
Copy link

@damonge damonge left a 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)
Copy link

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and for good reason!

@carlosggarcia
Copy link
Contributor Author

Thanks. Addressed. I will merge when the tests pass

@carlosggarcia carlosggarcia merged commit 30d0859 into master Nov 13, 2024
12 checks passed
@carlosggarcia carlosggarcia deleted the issue110 branch November 13, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Action errors
2 participants