jason-neal / spectrum_overload

An astronomy spectrum class with overloaded math operators.

Home Page:http://spectrum-overload.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

from spectrum_overload.Spectrum import Spectrum

DanielAndreasen opened this issue · comments

This doesn't work, and it is written in the README, documentation, and maybe even other places. Should be changed from:
from spectrum_overload.Spectrum import Spectrum
to
from spectrum_overload import Spectrum

Ah thanks, I had changed the case of the spectrum module from Spectrum.py to spectrum.py.