Conversation
# Conflicts: # cosipy/background_estimation/ContinuumEstimation.py
# Conflicts: # docs/tutorials/background_estimation/continuum_estimation/BG_estimation_example.ipynb # docs/tutorials/run_tutorials.yml
Resolve conflict with develop
# Conflicts: # cosipy/__init__.py # cosipy/background_estimation/__init__.py
Resolve more conflict
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
|
I tracked down the issue with unit_tests_ml_macos to the fact that both pytorch and healpy are shipped with their own compiles OpenMP libraries, which end up colliding. See pytorch/pytorch#44282. The unit test fail in the imaging deconvolution module during a call to I'm importing pytorch to reproduce the problem, but as you can see it's not really needed for this example. If I install both pytorch and healpy from conda, things work just find. If I install them with pip, I get: I then tried to set I’ll look into the links in the pytorch issue to see if someone has a good workaround. For now, it seems that the only think that consistently works is to install both healpy and torch from conda. Which is not ideal, since it seems to me that pytorch is moving toward supporting mainly the pip installation (they don’t even mention conda in the installation instructions, and the official anaconda channel was deprecated) |
Reopening PR.