Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 195 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 195 Bytes

FindPeaks

A java-native implementation of scipy's findpeaks function.

To Setup Tests

python3 -m venv forjep
source forjep/bin/activate
pip install -r requirements.txt
mvn test