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

Anisotropic ORF tests broken on GitHub #394

Open
AaronDJohnson opened this issue Aug 26, 2024 · 2 comments
Open

Anisotropic ORF tests broken on GitHub #394

AaronDJohnson opened this issue Aug 26, 2024 · 2 comments

Comments

@AaronDJohnson
Copy link
Collaborator

AaronDJohnson commented Aug 26, 2024

Problem:
test_orf** inside test_utils.py is currently being skipped on GitHub actions per PR #391.

Symptoms:
The test runs locally on my own Mac, but fails on GitHub runners with Error: Process completed with exit code 134. after hitting alm2map.

This error code (134) indicates either an out of memory error, or an index attempting to be accessed out of bounds. Given that this works on my own computer, but fails on GitHub, I'm guessing the former.

Goal:
Come up with a new test for the anisotropic ORF which doesn't fail on GitHub runners.

@vhaasteren
Copy link
Member

vhaasteren commented Dec 9, 2024

If it's a memory issue, then we may be able to fix it by reducing nside in HealPIX. I have tested locally that nside=16 still passes the tests, and it fails for nside=8.

@vhaasteren
Copy link
Member

So @AaronDJohnson, I did some recon here, even creating PR #404 . Going down to nside=4, the macos version succeeds for python 3.8, but it fails for the rest. I'm gonna guess this is a healpix/healpy problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@vhaasteren @AaronDJohnson and others