Skip to content

Commit

Permalink
skip large test
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Nov 3, 2023
1 parent 4c85ca4 commit 93ad99e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_vis_gradcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from monai.networks.nets import DenseNet, DenseNet121, SEResNet50
from monai.visualize import GradCAM, GradCAMpp
from tests.utils import assert_allclose
from tests.utils import assert_allclose, skip_if_quick


class DenseNetAdjoint(DenseNet121):
Expand Down Expand Up @@ -147,6 +147,7 @@ def __call__(self, x, adjoint_info):
TESTS_ILL.append([cam])


@skip_if_quick
class TestGradientClassActivationMap(unittest.TestCase):
@parameterized.expand(TESTS)
def test_shape(self, cam_class, input_data, expected_shape):
Expand Down

0 comments on commit 93ad99e

Please sign in to comment.