-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: residual coverage, uv, and migration #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
92d1e97
refactor: replace coverage with number of examined and flagged pixels
TomasBalak 1b53925
docs: update documentation for residual artifacts
TomasBalak ed64162
chore: add link to the documentation
TomasBalak 18bec80
fix: ruff errors in piqe.py
TomasBalak 68e4b6a
chore: change staining lib branch to prevent resolution errors + prop…
TomasBalak 75180b6
chore: change version of the staining lib
TomasBalak 940c689
refactor: update to the staining library refactor
TomasBalak a61ce3b
docs: cleanup and update the examples
TomasBalak f20b443
chore: increase version and extend author list
TomasBalak 95fec26
chore: update staining library
TomasBalak 3a85dff
chore: change from pdm to uv
TomasBalak e74b68c
style: imports
TomasBalak 99c9518
docs: update instalation and fix formatting
TomasBalak ddb4af0
chore: change staining library branch to master (when the changes are…
TomasBalak 0ce4d2e
fix: typing
TomasBalak 44dbf6d
style: format
TomasBalak b39b27e
chore: temporarily change version of the staining library
TomasBalak b207bcb
fix: typing
TomasBalak 7a86b4f
docs: guide for setting up a development environment
TomasBalak f3b42f4
feat: coverage numbers for blur
TomasBalak 45be6ea
chore: cleanup (version of the staining lib still needs to be changed)
TomasBalak add1310
chore: replace deprecated binary erosion/dilation
TomasBalak ce3508c
fix: typing in folding
xsedlak4 6a56df8
fix: typing in folding
TomasBalak baef23a
chore: update version of the staining library
TomasBalak eac6357
refactor: unite mask name format and coverage information
TomasBalak ea33741
docs: update mask names and add required dependency
TomasBalak 686e41e
ci: migrate from gitlab to github
TomasBalak 4907b71
chore: update piqe path
TomasBalak 82675bf
chore: update links
TomasBalak e9a242f
chore: update the legacy ruff alias
TomasBalak 56829f9
chore: selected fixes from ai code review
TomasBalak f01109b
fix: issues detected by ai review (consulted with @xsedlak4)
TomasBalak 8bd6373
chore: fix spelling
TomasBalak 9bd2ef4
chore: fix wording
TomasBalak 69f6b54
chore: fix function shadowing
TomasBalak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| name: MkDocs Build (RationAI Standard) | ||
| on: | ||
| push: | ||
| branches: ["master"] | ||
| pull_request: | ||
| branches: ["master"] | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| run: | ||
| uses: RationAI/.github/.github/workflows/mkdocs-build.yml@main | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| name: Python Lint (RationAI Standard) | ||
| on: | ||
| push: | ||
| branches: ["master"] | ||
| pull_request: | ||
| branches: ["master"] | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| run: | ||
| uses: RationAI/.github/.github/workflows/python-lint.yml@main |
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| MD013: false # Line length | ||
| MD023: false # Heading start left | ||
| MD024: false # Duplicate headings | ||
| MD033: false # Inline HTML | ||
| MD041: false # First line in file should be a top level heading | ||
| MD046: false # Fenced code blocks |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.