Has the mbs software stack switched to pysm 3? I get this error:
Traceback (most recent call last):
File "bbcheck.py", line 6, in <module>
import mapsims
File "/global/homes/m/msyriac/repos/mapsims/mapsims/__init__.py", line 8, in <module>
from .noise import SONoiseSimulator
File "/global/homes/m/msyriac/repos/mapsims/mapsims/noise.py", line 6, in <module>
import pysm.units as u
ModuleNotFoundError: No module named 'pysm.units'
If it has, the docs don't seem to have been updated to point to the location of pysm 3.
Yes,
I will update it after I deliver what is required for the TOD simulations.
For now either use a earlier release or install pysm3 from GitHub/healpy/pysm
Has the mbs software stack switched to pysm 3? I get this error:
If it has, the docs don't seem to have been updated to point to the location of pysm 3.