Skip to content

Commit

Permalink
Auto3DSeg algo_template hash update (#7087)
Browse files Browse the repository at this point in the history
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>

Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
  • Loading branch information
monai-bot authored Oct 4, 2023
1 parent e8b79f7 commit 141bcf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion monai/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions tests/min_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def run_testsuit():
"test_unetr_block",
"test_vit",
"test_vitautoenc",
"test_vnet",
"test_write_metrics_reports",
"test_wsireader",
"test_zoom",
Expand Down

0 comments on commit 141bcf0

Please sign in to comment.