From 05853dc7e1a288d162733a50bd496a29f54e575b Mon Sep 17 00:00:00 2001 From: dcarron <daniel.carron@idiap.ch> Date: Fri, 2 Feb 2024 10:51:12 +0100 Subject: [PATCH] [test] Remove comment --- tests/test_nih_cxr14.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_nih_cxr14.py b/tests/test_nih_cxr14.py index e6ad485d..dc73aa29 100644 --- a/tests/test_nih_cxr14.py +++ b/tests/test_nih_cxr14.py @@ -70,6 +70,3 @@ def test_loading(database_checkers, name: str, dataset: str, num_labels: int): expected_image_shape=(1, 1024, 1024), ) limit -= 1 - - -# TODO: check size 1024x1024 -- GitLab