UCBerkeleySETI / turbo_seti

turboSETI -- python based SETI search algorithm.

Home Page:http://turbo-seti.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_pipelines_1 fails SNR comparison on MacOS

texadactyl opened this issue · comments

In the validate_hittbl() function of test/test_pipelines_1.py, a mis-compare happens for float data between the 2 products of pandas: the CSV and the dataframe. This does not happen on Linux.

Work-around: employ the numpy.isclose() function.