domeckert / pyproffit

Pyproffit is a Python code for the analysis of X-ray brightness profiles from clusters of galaxies
GNU General Public License v3.0
18 stars 4 forks source link

Import module #1

Closed nicoclerc closed 5 years ago

nicoclerc commented 5 years ago

After installation, "import pyproffit" triggers the following: ModuleNotFoundError: No module named 'miscellaneous'

Changing in file profextract.py: from miscellaneous import * into: from pyproffit.miscellaneous import * seems to solve the problem.

domeckert commented 5 years ago

Thanks Nicolas, fixed.