Skip to content

Commit

Permalink
combine move_median.c and move_nanmedian.c
Browse files Browse the repository at this point in the history
Lots of reuse of code will make maintainance MUCH
easier!
  • Loading branch information
kwgoodman committed May 17, 2016
1 parent 6c48a7c commit ba2547a
Show file tree
Hide file tree
Showing 6 changed files with 1,157 additions and 1,677 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ After you have installed Bottleneck, run the suite of unit tests::
>>> import bottleneck as bn
>>> bn.test()
<snip>
Ran 113 tests in 18.978s
Ran 114 tests in 18.978s
OK
<nose.result.TextTestResult run=113 errors=0 failures=0>
<nose.result.TextTestResult run=114 errors=0 failures=0>
Loading

0 comments on commit ba2547a

Please sign in to comment.