Skip to content

Commit

Permalink
Add distance_transform_edt to transforms.__init__ (#7100)
Browse files Browse the repository at this point in the history
Forgot the import of the helper function `distance_transform_edt` in
`transforms.__init__`

### 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: Matthias Hadlich <[email protected]>
  • Loading branch information
matt3o authored Oct 7, 2023
1 parent f239825 commit 112e431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monai/transforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@
create_scale,
create_shear,
create_translate,
distance_transform_edt,
equalize_hist,
extreme_points_to_image,
generate_label_classes_crop_centers,
Expand Down

0 comments on commit 112e431

Please sign in to comment.