From 46f7c228f70d59b50c40d0ff96f71ea03a5ccfcc Mon Sep 17 00:00:00 2001 From: Martin Croome Date: Wed, 2 Jun 2021 16:07:42 +0200 Subject: [PATCH] remove redundant test --- test.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index bd41ca4be..000000000 --- a/test.py +++ /dev/null @@ -1,5 +0,0 @@ -import numpy as np -from bfloat16 import bfloat16 -a1 = np.full([4], 2.45, dtype=bfloat16) -a2 = np.arange(4, dtype=bfloat16) -np.dot(a1, a2)