-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tkakar/cat 673 create builder for seg mask #92
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fe742a2
Created a working epic builder
tkakar e25f2f0
Updated readme
tkakar 52293d3
Adjusted arguments and minor fixes
tkakar 76e9552
Fixed linting and test issues, updated Readme
tkakar 5092db8
Removed epic_builder tests
tkakar 169bba1
Fixed linting
tkakar efda4a3
Removed epic-related coverage for testing
tkakar 2331472
Minor fixes of readme and args
tkakar f558c3f
Merge branch 'main' into tkakar/cat-673-create-builder-for-seg-mask
tkakar 5e82cd4
Fixed the epic builder
tkakar bcd35f2
Fixed reqs, defined tests for epics
tkakar f5b7022
Working segmenation mask
tkakar d901d92
Test implemented for EPICs
tkakar 1a77f16
Undo changes to client
tkakar 8b072e8
Updated readme
tkakar 4823e6a
Linting
tkakar d7aef66
Fixed test-fixture
tkakar 79ad4f8
Addressed test coverage
tkakar 99f56af
Adjusted requirements
tkakar 89893c7
Added error handling for epic_entity
tkakar 0ff5e07
Minor fixes to epic-builders
tkakar dda6321
Removed req-prod
tkakar 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 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 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 @@ | ||
pytest==5.2.1 | ||
flake8==7.0.0 | ||
autopep8==1.4.4 | ||
pytest-mock==3.7.0 | ||
coverage==6.3.1 | ||
pyyaml==6.0 |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These requirements are dev-only since they're related to formatting, test running, etc - I don't think they're relevant outside of this environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, thank you