Skip to content

Commit 53345d1

Browse files
authored
Merge branch 'Project-MONAI:dev' into condition_inferers
2 parents 248d3c3 + 5c5ca23 commit 53345d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: monai/utils/misc.py

+1-1
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)