From dc2f80170a1aeedad4c19d2dbeb15c8a9b78decc Mon Sep 17 00:00:00 2001 From: Austin Blanton Date: Wed, 19 Mar 2014 16:19:23 -0400 Subject: [PATCH] Update brpy script to changes in acc04206 --- scripts/brpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/brpy/__init__.py b/scripts/brpy/__init__.py index 8672416..40756a4 100644 --- a/scripts/brpy/__init__.py +++ b/scripts/brpy/__init__.py @@ -58,7 +58,7 @@ def init_brpy(br_loc='/usr/local/lib'): br.br_eval.argtypes = _string_args(3) br.br_eval.restype = c_float br.br_eval_classification.argtypes = _string_args(4) - br.br_eval_clustering.argtypes = _string_args(2) + br.br_eval_clustering.argtypes = _string_args(3) br.br_eval_detection.argtypes = _string_args(3) br.br_eval_detection.restype = c_float br.br_eval_landmarking.argtypes = _string_args(3) + [c_int, c_int] -- libgit2 0.21.4