sbird / fake_spectra

A code for generating fake spectra from a cosmological simulation
MIT License
12 stars 13 forks source link

subfindhdf is not included in version 1.2.0 #11

Closed rainwoodman closed 7 years ago

rainwoodman commented 7 years ago
~/anaconda3/install/lib/python3.6/site-packages/fake_spectra/halocat.py in <module>()
      3 
      4 import numpy as np
----> 5 import subfindhdf
      6 try:
      7     xrange(1)

ModuleNotFoundError: No module named 'subfindhdf'
sbird commented 7 years ago

Oops.

sbird commented 7 years ago

Should be fixed in version 1.2.1: the file was actually included, but the import was wrong.