transientskp / pyse

Python Source Extractor
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

Nosetests give a number of RuntimeWarnings #9

Closed HannoSpreeuw closed 3 years ago

HannoSpreeuw commented 4 years ago

RuntimeWarning: invalid value encountered in double_scalars

occurs a number of times when running nosetests.

This comes from fitting.py - in the cases that xxbar==yybar (exactly, so only with artificial data) -

and from extract.py - still to be figured out.

HannoSpreeuw commented 3 years ago

Fixed by #10.