From cd38bcffbaede54404f1e7fa16aff2c9ba90cce8 Mon Sep 17 00:00:00 2001 From: Han Wang Date: Mon, 8 Jan 2024 22:53:27 +0800 Subject: [PATCH] fix comments --- source/tests/test_model_format_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tests/test_model_format_utils.py b/source/tests/test_model_format_utils.py index f9a2419b5b..aeb717060d 100644 --- a/source/tests/test_model_format_utils.py +++ b/source/tests/test_model_format_utils.py @@ -30,7 +30,7 @@ def test_serialize_deserize(self): ["tanh", "none"], [True, False], [None, [4], [3, 2]], - ["float32", "float64", "default"], + ["float32", "float64", "single", "double"], ): ww = np.full((ni, no), 3.0) bb = np.full((no,), 4.0) if bias else None