Closed zonca closed 1 year ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Hi Andrea, I have installed the latest pysm main branch and run the test and found following errors. Most of them are due to the reading permission error of synch_template_nside2048.fits
(I think you are working on this) , one of the error is due to that I haven't installed the pixell
which is used in the pysm3/tests/test_smoothing.py
.
==================================================================================== short test summary info ===================================================================================== FAILED pysm3/tests/test_max_nside.py::test_sky_max_nside_highres - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' FAILED pysm3/tests/test_smoothing.py::test_car_nosmoothing - AttributeError: 'NoneType' object has no attribute 'enmap' FAILED pysm3/tests/test_synch_pysm3.py::test_synch_model_s7_noscaling[s7] - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' FAILED pysm3/tests/test_synch_pysm3.py::test_synch_model_s7_44[s7] - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' FAILED pysm3/tests/test_synch_pysm3.py::test_synch_model_noscaling[s4] - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' FAILED pysm3/tests/test_synch_pysm3.py::test_synch_model_noscaling[s5] - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' FAILED pysm3/tests/test_synch_pysm3.py::test_synch_44[s4] - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' FAILED pysm3/tests/test_synch_pysm3.py::test_synch_44[s5] - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' FAILED pysm3/tests/test_synch_pysm3.py::test_s6_vs_s5[23] - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' FAILED pysm3/tests/test_synch_pysm3.py::test_s6_vs_s5[44] - PermissionError: [Errno 13] Permission denied: '/global/project/projectdirs/cmb/www/pysm-data/synch/synch_template_nside2048.fits' =============================================================== 10 failed, 95 passed, 2 skipped, 15 warnings in 3199.07s (0:53:19) ===============================================================
thanks @yaojian95, can you please test again now?
Yeah I confirm that all the tests past with the latest pysm3, and with pixell
installed.
Implementation of https://github.com/galsci/pysm/issues/148