Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync series and dataframe when subsampling
Make sure that both the subsampling series and the dataframe are sliced when calling statistical_inefficieny(). This ensure that the series and the dataframe are in sync before the subsampled indices of the series are applied to the dataframe. Fixes alchemistry#198
- Loading branch information