Open ryanjmccall opened 6 years ago
I came across the same issue. Based on AlignLC implementation which just selects measurements from both LCs which have the same MJD, aligned errors must be just a copies of the generated errors. Still, the test is failing.
FATS/test_library.py:286: a=a.calculateFeature(white_noise)
looks like the StetsonJ
fit()
function requiresdata[7]
contain aligned error but thewhite_noise
function doesn't generate it