-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tkakar/cat 673 create builder for seg mask (#92)
* Created a working epic builder * Updated readme * Adjusted arguments and minor fixes * Fixed linting and test issues, updated Readme * Removed epic_builder tests * Fixed linting * Removed epic-related coverage for testing * Minor fixes of readme and args * Fixed the epic builder * Fixed reqs, defined tests for epics * Working segmenation mask * Test implemented for EPICs * Undo changes to client * Updated readme * Linting * Fixed test-fixture * Addressed test coverage * Adjusted requirements * Added error handling for epic_entity * Minor fixes to epic-builders * Removed req-prod
- Loading branch information
Showing
21 changed files
with
760 additions
and
115 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,4 +129,6 @@ dmypy.json | |
.pyre/ | ||
|
||
# VSCode | ||
.VSCode | ||
.VSCode | ||
|
||
.DS_Store |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pytest==5.2.1 | ||
flake8==7.0.0 | ||
autopep8==1.4.4 | ||
autopep8==2.0.4 | ||
pytest-mock==3.7.0 | ||
coverage==6.3.1 | ||
pyyaml==6.0 | ||
coverage==7.6.4 | ||
pyyaml==6.0.2 |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"assets_url": "https://assets.hubmapconsortium.org", | ||
"assaytypes_url": "https://ingest.api.hubmapconsortium.org/assaytype/" | ||
"assets_url": "https://assets.dev.hubmapconsortium.org", | ||
"assaytypes_url": "https://ingest-api.dev.hubmapconsortium.org/assaytype/", | ||
"dataset_url":"https://portal.dev.hubmapconsortium.org/browse/dataset/" | ||
} |
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
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
Oops, something went wrong.