Skip to content

Commit 141bcf0

Browse files
authored
Auto3DSeg algo_template hash update (#7087)
Signed-off-by: monai-bot <monai.miccai2019@gmail.com> Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
1 parent e8b79f7 commit 141bcf0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

monai/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def doc_images() -> str | None:
529529

530530
@staticmethod
531531
def algo_hash() -> str | None:
532-
return os.environ.get("MONAI_ALGO_HASH", "e01d67a")
532+
return os.environ.get("MONAI_ALGO_HASH", "249bf4b")
533533

534534
@staticmethod
535535
def trace_transform() -> str | None:

tests/min_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def run_testsuit():
188188
"test_unetr_block",
189189
"test_vit",
190190
"test_vitautoenc",
191+
"test_vnet",
191192
"test_write_metrics_reports",
192193
"test_wsireader",
193194
"test_zoom",

0 commit comments

Comments
 (0)