From 78b578c5e35feb396e7d0f9a4d5744499ba4edb9 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Thu, 12 Sep 2024 16:01:51 -0700 Subject: [PATCH] fix typo --- ml_dtypes/tests/custom_float_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_dtypes/tests/custom_float_test.py b/ml_dtypes/tests/custom_float_test.py index a91ef3c8..7eb313bb 100644 --- a/ml_dtypes/tests/custom_float_test.py +++ b/ml_dtypes/tests/custom_float_test.py @@ -226,7 +226,7 @@ def dtype_is_signed(dtype): num_workers=3, skip_tests=[ "testDiv", - "testPicklable", + "testPickleable", "testRoundTripNumpyTypes", "testRoundTripToNumpy", ],