UW-Hydro / bmorph

Bias correction for streamflow time series
MIT License
13 stars 13 forks source link

Approximately 3 seconds faster on network drive. Results are identical. #7

Closed blounsbury-usbr closed 7 years ago

blounsbury-usbr commented 7 years ago

Note: The scipy documentation states scoreatpercentile will become obsolete and the recommendation is to use numpy percentile.

blounsbury-usbr commented 7 years ago

Just realized I should have pushed these commits to separate branches. Now this pull request includes the switch to numpy.percentile and a working continuous integration .travis.yml and requirements.txt file for issue #5.

bartnijssen commented 7 years ago

@blounsbury : We haven't revisited bmorph recently so I am only seeing these changes now. I'm going to hold off accepting the change till after I can do a test, but the edits are much appreciated.