You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some parts of the codebase use pathlib but other parts use os for path handling. Some other parts use pure strings. Let's clean up everything to use pathlib.
The text was updated successfully, but these errors were encountered:
## Improve Testing
This PR closes#58, #107, #85, #112, #113, #99, #53, #28, #120:
- Created and used a new testing suite: New EVL, new EVR, new Zarr file
- New testing suite resolved the warning that arose from #85
- Refactored tests
- Added fixtures
- Added hints
- Added marks
- Added/improved upon numpy docstrings for tests and fixtures
- Added further tests for Lines and Regions2D
- Added functionality and tests for EVR parser to handle missing bbox values and no regions
- Removed the unused convert_points function
- Fixes docstrings that appeared as errors in the readthedocs
- Used Pathlib instead of OS
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Some parts of the codebase use
pathlib
but other parts useos
for path handling. Some other parts use pure strings. Let's clean up everything to usepathlib
.The text was updated successfully, but these errors were encountered: