Closed rainwoodman closed 7 years ago
By glancing at setup.py, it appears that fake_spectra installs a horde of toplevel python packages to the system.
While this gets the work done, introducing too many symbols to the global python package namespace is probably not a good idea.
Changing this behavior will probably break a lot of downstream analysis scripts; but the fix could be as easy as changing a few imports.
This will not break downstram analysis scripts too much (as I don't use setup.py locally) but I don't really know how distutils works. Do you have a suggested fix?
Let me add a demo PR.
Thanks
Closed by #5
By glancing at setup.py, it appears that fake_spectra installs a horde of toplevel python packages to the system.
While this gets the work done, introducing too many symbols to the global python package namespace is probably not a good idea.
Changing this behavior will probably break a lot of downstream analysis scripts; but the fix could be as easy as changing a few imports.