Skip to content

Commit afd3394

Browse files
committed
[MONAI] algo_template hash update
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
1 parent 0f5da11 commit afd3394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monai/utils/misc.py

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

547547
@staticmethod
548548
def algo_hash() -> str | None:
549-
return os.environ.get("MONAI_ALGO_HASH", "fd19f8a")
549+
return os.environ.get("MONAI_ALGO_HASH", "c108ea9")
550550

551551
@staticmethod
552552
def trace_transform() -> str | None:

0 commit comments

Comments
 (0)