From 309a0d6972f928a5cc43789065334388ccb8567d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 3 Mar 2022 16:30:19 +0100 Subject: [PATCH] Remove float128 test Also related to bob#271 --- bob/bio/vein/tests/{test.py => test_tools.py} | 1 - 1 file changed, 1 deletion(-) rename bob/bio/vein/tests/{test.py => test_tools.py} (99%) diff --git a/bob/bio/vein/tests/test.py b/bob/bio/vein/tests/test_tools.py similarity index 99% rename from bob/bio/vein/tests/test.py rename to bob/bio/vein/tests/test_tools.py index 199b998..80b39bb 100644 --- a/bob/bio/vein/tests/test.py +++ b/bob/bio/vein/tests/test_tools.py @@ -473,7 +473,6 @@ def test_mask_to_image(): _check_float(32) _check_float(64) - _check_float(128) # This should be unsupported -- GitLab