Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
limit_bounds can always be set to True with changes in NKI-AI/dlup#201
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Nov 25, 2023
1 parent 7e30695 commit ca83164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahcore/utils/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def datasets_from_data_description(
transform=transform,
backend=ImageBackend[str(image.reader)],
overwrite_mpp=(image.mpp, image.mpp),
limit_bounds=False if rois is not None else True,
limit_bounds=True,
)

yield dataset
Expand Down

0 comments on commit ca83164

Please sign in to comment.