From 3ef34fb300e7f62bdb397c605ab6c3bd30682cf8 Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Tue, 4 Apr 2023 20:34:05 +0000 Subject: Add readFromNpyFile and writeToNpyFile for double data Signed-off-by: Tai Ly Change-Id: Icc023cbe6aa8843cc37d25e740bc6ce05bb7abb2 --- test/scripts/test_npy_fileio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scripts/test_npy_fileio.py') diff --git a/test/scripts/test_npy_fileio.py b/test/scripts/test_npy_fileio.py index e0a6f5d..272c124 100755 --- a/test/scripts/test_npy_fileio.py +++ b/test/scripts/test_npy_fileio.py @@ -122,7 +122,7 @@ def main(): xunit_suite = xunit_result.create_suite("basic_serialization") max_size = 128 - datatypes = ["int32", "int64", "float", "bool"] + datatypes = ["int32", "int64", "float", "bool", "double"] random.seed(args.seed) failed = 0 -- cgit v1.2.1