-
Notifications
You must be signed in to change notification settings - Fork 39
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
Failing conviqt test #606
Comments
Thanks for catching this typo! I'll double check there are no other cases and also see why this failure was not picked up by the CI tests. |
No problem. This was the only test failed based on my configuration. |
I can reproduce the |
PR #610 fixes the issue. Do we install libconviqt in our CI? |
Hi @keskitalo , in principle the libconviqt unit test should run when we run the MPI tests within out docker container, for example: toast/.github/workflows/test.yml Line 30 in ddae67d
I should check that those are working... |
Looks like something is not catching the failing unit tests. I am leaving this open until it is addressed. |
I am running toast3 installed using
pip install --pre --upgrade toast3
. I have set-up a conda environment with all the dependencies (including madam and conviqt) and I am failing the conviqt tests. This is the message that I am getting:Looking at the line here and comparing with the ensure definition here, it seems that the units keyword needs to be changed to create_units
The text was updated successfully, but these errors were encountered: