oda-hub / oda_api

API client to access some of the MMODA resources: INTEGRAL, POLAR, ANTARES, LIGO/Virgo, SDSS
Other
2 stars 2 forks source link

Get direct annotation functionality #264

Closed burnout87 closed 3 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 59.15%. Comparing base (e62d541) to head (7b56052). Report is 69 commits behind head on master.

Files with missing lines Patch % Lines
oda_api/ontology_helper.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #264 +/- ## ========================================== + Coverage 58.82% 59.15% +0.32% ========================================== Files 23 23 Lines 4935 4945 +10 ========================================== + Hits 2903 2925 +22 + Misses 2032 2020 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dsavchenko commented 4 months ago

The failure in "Executing notebook" is unrelated, I opened an issue

dsavchenko commented 4 months ago

Any ideas of why "LiveAPI tests" hangs? I see the same in my PR

UPD: it hangs waiting for the job created in Cell [7] of doc/source/user_guide/Show_and_Save_Products.ipynb notebook to get ready, but it seems this job (2c8b65d7f62a0d7c) is stuck in the submitted state on prod instance.

burnout87 commented 4 months ago

Any ideas of why "LiveAPI tests" hangs? I see the same in my PR

UPD: it hangs waiting for the job created in Cell [7] of doc/source/user_guide/Show_and_Save_Products.ipynb notebook to get ready, but it seems this job (2c8b65d7f62a0d7c) is stuck in the submitted state on prod instance.

yes, that is the reason why. I also have some jobs that are stuck

burnout87 commented 3 months ago

Any ideas of why "LiveAPI tests" hangs? I see the same in my PR

Tests now pass

burnout87 commented 3 months ago

there is an issue ongoing with the setuptools module

https://github.com/pypa/setuptools/issues/4519

burnout87 commented 3 months ago

there is an issue ongoing with the setuptools module

pypa/setuptools#4519

It is resolved now, and with no apparent actions from my side