Skip to content

Commit 860e2f3

Browse files
authored
Allow anisotropic mags when downsampling with --from (#638)
* allow anisotropic mags when downsampling with --from * update changelog
1 parent 660df4a commit 860e2f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wkcuber/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1616
### Changed
1717

1818
### Fixed
19-
19+
- Fixed that wkcuber.downsampling didn't support an anisotropic mag for `--from`. [#638](https://github.com/scalableminds/webknossos-libs/pull/638)
2020

2121
## [0.9.9](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.9) - 2022-03-03
2222
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.8...v0.9.9)

wkcuber/wkcuber/downsampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def create_parser() -> ArgumentParser:
5353
"equal or larger than 8. "
5454
"The default value is calculated depending on the dataset size. In the lowest Mag, the size will be "
5555
"smaller than 100vx per dimension",
56-
type=int,
56+
type=str,
5757
default=None,
5858
)
5959

0 commit comments

Comments
 (0)