-
Notifications
You must be signed in to change notification settings - Fork 0
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
✨ Study generator for dev and test #607
Conversation
d892dc1
to
60d45d7
Compare
31c36ed
to
8782649
Compare
logger = logging.getLogger(__name__) | ||
|
||
|
||
def delete_kfids(host, endpoint, kfids): |
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.
Both of these delete methods will be removed once kids-first/kf-utils-python#24 is released and imported from kf-utils-python
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.
This is complete
d0dbd80
to
05887f1
Compare
0411665
to
57827f6
Compare
05887f1
to
d3db27d
Compare
Codecov Report
@@ Coverage Diff @@
## ingest-app #607 +/- ##
==============================================
- Coverage 93.52% 92.21% -1.32%
==============================================
Files 117 123 +6
Lines 5050 5317 +267
==============================================
+ Hits 4723 4903 +180
- Misses 327 414 +87
Continue to review full report at Codecov.
|
creator/studies/data_generator/ingest_package/extract_configs/biospec.py
Show resolved
Hide resolved
creator/studies/data_generator/ingest_package/extract_configs/s3_scrape_config.py
Show resolved
Hide resolved
96ff2c6
to
92ca6b4
Compare
92ca6b4
to
605d056
Compare
605d056
to
1048f11
Compare
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.
I need to install dev-requirements.txt
again after installing requirements.txt
because the ingest library seems to conflict with pytest versions. Using the pytest specified by ingest library breaks tests in the study creator.
It would be nice to clean up that dependency inside ingest library to avoid that conflict.
1048f11
to
9a5cdb0
Compare
@dankolbman Ok will try do that if no one uses the feature in ingest lib that uses pytest. kids-first/kf-lib-data-ingest#595. Going to merge this in for now |
Closes #604
Currently needed in #502 to generate data for unit tests