Skip to content

Commit

Permalink
Merge branch 'dev' into rflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Can-Zhao authored Mar 7, 2025
2 parents 9f4ae11 + 1983f27 commit ea5d425
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 @@ -546,7 +546,7 @@ def doc_images() -> str | None:

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

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

0 comments on commit ea5d425

Please sign in to comment.