diff --git a/monai/utils/misc.py b/monai/utils/misc.py index b4ed0aa020..3b11af41b0 100644 --- a/monai/utils/misc.py +++ b/monai/utils/misc.py @@ -529,7 +529,7 @@ def doc_images() -> str | None: @staticmethod def algo_hash() -> str | None: - return os.environ.get("MONAI_ALGO_HASH", "e01d67a") + return os.environ.get("MONAI_ALGO_HASH", "249bf4b") @staticmethod def trace_transform() -> str | None: diff --git a/tests/min_tests.py b/tests/min_tests.py index 4d1c705e4c..c2b7536282 100644 --- a/tests/min_tests.py +++ b/tests/min_tests.py @@ -188,6 +188,7 @@ def run_testsuit(): "test_unetr_block", "test_vit", "test_vitautoenc", + "test_vnet", "test_write_metrics_reports", "test_wsireader", "test_zoom",