- samana version: latest
- Python version: latest
- Operating System:
Description
create_mock_data_1 the call:
from pyHalo.preset_models import WDMGeneral, CDM
returns the following error:
ImportError Traceback (most recent call last)
Cell In[1], line 3
1 import numpy as np
2 import matplotlib.pyplot as plt
----> 3 from pyHalo.preset_models import WDMGeneral, CDM
4 import pickle
5 import lenstronomy.Util.simulation_util as sim_util
ImportError: cannot import name 'WDMGeneral' from 'pyHalo.preset_models' (/home/anierenberg/repositories/pyHalo/pyHalo/preset_models.py)
Description
create_mock_data_1 the call:
from pyHalo.preset_models import WDMGeneral, CDM
returns the following error:
ImportError Traceback (most recent call last)
Cell In[1], line 3
1 import numpy as np
2 import matplotlib.pyplot as plt
----> 3 from pyHalo.preset_models import WDMGeneral, CDM
4 import pickle
5 import lenstronomy.Util.simulation_util as sim_util
ImportError: cannot import name 'WDMGeneral' from 'pyHalo.preset_models' (/home/anierenberg/repositories/pyHalo/pyHalo/preset_models.py)