Skip to content

Commit

Permalink
Auto3DSeg algo_template hash update (Project-MONAI#7589)
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>
Signed-off-by: Yu0610 <612410030@alum.ccu.edu.tw>
  • Loading branch information
monai-bot authored and Yu0610 committed Apr 11, 2024
1 parent 91db489 commit a652b61
Showing 1 changed file with 1 addition 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 @@ -527,7 +527,7 @@ def doc_images() -> str | None:

@staticmethod
def algo_hash() -> str | None:
return os.environ.get("MONAI_ALGO_HASH", "249bf4b")
return os.environ.get("MONAI_ALGO_HASH", "c51bc6a")

@staticmethod
def trace_transform() -> str | None:
Expand Down

0 comments on commit a652b61

Please sign in to comment.