1 context("Get similar days")
3 itestthat("getSimilarDaysIndices works as expected",
5 getSimilarDaysIndices(index, data, limit, same_season, days_in=NULL)
9 index = dateIndexToInteger(index, data)
11 testthat("getConstrainedNeighbs works as expected",
13 .getConstrainedNeighbs(today, data, fdays, min_neighbs=10, max_neighbs=12)