Skip to content

Commit

Permalink
Auto3DSeg algo_template hash update (#7728)
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 committed Apr 30, 2024
1 parent 5650899 commit e1a69b0
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", "07acb39")
return os.environ.get("MONAI_ALGO_HASH", "e4cf5a1")

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

0 comments on commit e1a69b0

Please sign in to comment.