From 60f09427cf2ac64b4cddd6fb15fb66d6bc0dd970 Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Sat, 6 Apr 2013 15:56:36 -0400 Subject: [PATCH] Update decimate to use process_numpy --- Makefile | 3 +++ src/decimate.py | 68 ++++++++++++++++++++++++++----------------------- 2 files changed, 39 insertions(+), 32 deletions(-) diff --git a/Makefile b/Makefile index 771ea2f..0788ec5 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ else endif test: + src/decimate.py + +test_insert: @make install >/dev/null src/insert.py --file --dry-run /test/foo