Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug due to newest version of Pandas
With `pandas` 0.21.0, a `KeyError` is thrown because `peakutils` indexing a dataframe instead of a NumPy array in `analysis.peak_find`. This is fixed by explicitly converting the intensity column into a NumPy array before handing off to `peakutils`.
- Loading branch information