Merged
Conversation
…ndard, updates the packages to fit linting
…xperimental versions of the functions
…ing to ci, adds precommit config
fixes pytest coverage run changes path for code coverage export update coverage configuration change coverage report to account for root directory updates coverage provider to codecov changes path for coverage report save enters coverage folder to check content further debugs github CI tries printing directory of repo attempts debug on the pipeline coverage report cant be accessed adds ability to CI to create coverage directory if it doesn't exist updates devops pytest coverage to use the correct version
Ci update
…l where it could pad images if it was exact size
Codecov Report
@@ Coverage Diff @@
## main #26 +/- ##
=======================================
Coverage ? 84.25%
=======================================
Files ? 6
Lines ? 508
Branches ? 0
=======================================
Hits ? 428
Misses ? 80
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Sajtospoga01 patch 1
… to check segmentation mask class distribution in specific directory
Jan-Loettgen
reviewed
Jun 2, 2023
| --------- | ||
| :NDArray[Any] image: Numpy array representing image to cut [H,W,C]. | ||
| :tuple[int, int] cut_dims: desired dimensions to cut images to. | ||
| :int, optional num_bands: Number of bands of input image. Defaults to 1. |
Contributor
There was a problem hiding this comment.
really the number of bands in the input images should not a function argument instead check the images to be cut
Jan-Loettgen
reviewed
Jun 2, 2023
| print("the following files are located at input Path :") | ||
| dir_contents = os.listdir(path_ims) | ||
| dir_contents = sorted(dir_contents) | ||
| batch_size = 100 |
Contributor
There was a problem hiding this comment.
should be a function argument
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes some documentation format, in image tools, changes the directory structure, adds tests for image tools