Skip to content

Commit 957fdf7

Browse files
authored
update algo (#6565)
algo update includes - autoformatting Project-MONAI/research-contributions@fddf97a - removing lazy resampling from algo templates Project-MONAI/research-contributions@58af562 ### 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). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Wenqi Li <[email protected]>
1 parent f355d1f commit 957fdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/apps/auto3dseg/bundle_gen.py

+1-1
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", "642b1a1")
40+
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "58af562")
4141

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

0 commit comments

Comments
 (0)