You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 itThe text was updated successfully, but these errors were encountered: