-
Notifications
You must be signed in to change notification settings - Fork 5
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
berkeley
: Fix failing tests in GOLD, NEON, and submission portal translators
#600
Comments
@sujaypatil96 what's the status of this? Are you actively working on this? |
It's relatively new so I'll move to new sprint. @sujaypatil96 let me know if you're not working on this. |
Test has been updated but the _get_pi function needs to be updated. |
Discussed at infra sync today. Jing said she can help with this. I'm adding her to this issue and moving this to the next sprint. @aclum @PeopleMakeCulture @sujaypatil96 |
@sujaypatil96 Is it cool if I take this issue off you're hands? |
I'm updating the issue name since there are a number of other tests failing in the berkeley schema - the tests are designed to stop after the first failure, but there's a couple dozen translator tests that are failing for various type issues. |
berkeley
: Fix failing test test_get_pi
in tests/test_data/test_gold_translator.py
berkeley
: Fix failing tests in GOLD, NEON, and submission portal translators
* Update test_gold_translator.py to add `type` * Update test_gold_translator.py remove extra bracket * Update test_gold_translator.py syntax fixes * chore: format * fix: pass `type` to constructor closes #600 * fix: make test idempotent * feat: more resilient test data loading * fix: failing `test_get_samp_taxon_id` * fix: `test_get_collection_date` requires timestampvalue type * fix: add type to _get_quantity_value for gold & submission portal translators * fix:_get_text_value * update:test_get_controlled_term_value with comment * fix:test_get_lat_lon types * add types to _get_env_term_value * add types to submission portal translator * fix:broken neon translator tests * add types for submission portal translator * update doi getter * feat: clear test dbs on `make down-test` * fix: `test_get_doi` * fix: partial fix for `test_get_dataset` * add types to test data yaml * add more types * add credit assoc * add person, study * add type for env_package * add types for mock submission object * add types to translator * skip three remaining failing tests --------- Co-authored-by: Donny Winston <[email protected]> Co-authored-by: Jing <[email protected]>
@PeopleMakeCulture okay to close this? |
I'm closing this for now, the linked PR was merged in. Please open new more specific tickets if needed. |
The test
test_get_pi
intests/test_data/test_gold_translator.py
is failing on theberkeley
branch.Here's an excerpt of the
pytest
output from the tip of theberkeley
branch:...
...
I will assign this to @sujaypatil96 for starters, based upon this comment.
The text was updated successfully, but these errors were encountered: