Skip to content

Commit 243fbe6

Browse files
Update ALGO_HASH (#6531)
### Description Includes the following updates in Auto3DSeg: - Project-MONAI/research-contributions@575e211 - Project-MONAI/research-contributions@97f5407 - Project-MONAI/research-contributions@642b1a1 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). --------- Signed-off-by: Mingxin <18563433+mingxin-zheng@users.noreply.github.com>
1 parent 8e725aa commit 243fbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/apps/auto3dseg/bundle_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from monai.utils.enums import AlgoKeys
3838

3939
logger = get_logger(module_name=__name__)
40-
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "e2069b1")
40+
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "642b1a1")
4141

4242
__all__ = ["BundleAlgo", "BundleGen"]
4343

0 commit comments

Comments
 (0)