We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b79f7 commit 141bcf0Copy full SHA for 141bcf0
2 files changed
monai/utils/misc.py
@@ -529,7 +529,7 @@ def doc_images() -> str | None:
529
530
@staticmethod
531
def algo_hash() -> str | None:
532
- return os.environ.get("MONAI_ALGO_HASH", "e01d67a")
+ return os.environ.get("MONAI_ALGO_HASH", "249bf4b")
533
534
535
def trace_transform() -> str | None:
tests/min_tests.py
@@ -188,6 +188,7 @@ def run_testsuit():
188
"test_unetr_block",
189
"test_vit",
190
"test_vitautoenc",
191
+ "test_vnet",
192
"test_write_metrics_reports",
193
"test_wsireader",
194
"test_zoom",
0 commit comments