Skip to content

Commit

Permalink
Rename script-collection dir to script_collection (#505)
Browse files Browse the repository at this point in the history
* rename script-collection dir to script_collection

* update changelog
  • Loading branch information
philippotto authored Dec 7, 2021
1 parent 86432c4 commit 36de7df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ For upgrade instructions, please check the respective *Breaking Changes* section

### Changed
- Improved performance for calculations with `Vec3Int` and `BoundingBox`. [#461](https://github.com/scalableminds/webknossos-libs/pull/461)
- Renamed the folder webknossos/script-collection to webknossos/script_collection to enable module imports. [#505](https://github.com/scalableminds/webknossos-libs/pull/505)

### Fixed
- Resolve path when symlinking layer and make_relative is False (instead of only making it absolute). [#492](https://github.com/scalableminds/webknossos-libs/pull/492)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def create_parser() -> argparse.ArgumentParser:
merged in. Additionally, the partial flood-fills which are denoted in
"explorational.nml" will be continued/globalized.
python -m script-collection.globalize_floodfill \\
python -m script_collection.globalize_floodfill \\
--output_path some/path/new_dataset \\
--segmentation_layer_path existing/dataset/segmentation \\
--volume_path annotation/data \\
Expand Down
4 changes: 2 additions & 2 deletions webknossos/typecheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ poetry run python -m mypy -p tests
echo "Typecheck examples..."
poetry run python -m mypy -p examples

echo "Typecheck script-collection..."
poetry run python -m mypy -p script-collection
echo "Typecheck script_collection..."
poetry run python -m mypy -p script_collection

0 comments on commit 36de7df

Please sign in to comment.