From fddd4383e0229f7c58330d00dc14d65b081867d0 Mon Sep 17 00:00:00 2001 From: James Stevens <jdsteve2@illinois.edu> Date: Mon, 20 Jul 2015 17:53:50 -0500 Subject: [PATCH] removed 1/0 (forgot to remove after debugging) --- test/test_statistics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_statistics.py b/test/test_statistics.py index 3981a3cb7..87ed797e7 100644 --- a/test/test_statistics.py +++ b/test/test_statistics.py @@ -558,7 +558,6 @@ def test_all_counters_parallel_matmul(): assert f32coal == n*l - 1/0 if __name__ == "__main__": if len(sys.argv) > 1: -- GitLab