darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Update round wise accuracy values #113

Closed as6520 closed 3 years ago

as6520 commented 3 years ago

This PR fixes the CI failure occurring on master. Closes #111

codecov[bot] commented 3 years ago

Codecov Report

Merging #113 (a8439c9) into master (e35c971) will increase coverage by 0.207%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##            master      #113       +/-   ##
=============================================
+ Coverage   93.097%   93.304%   +0.207%     
=============================================
  Files           39        39               
  Lines         2202      2285       +83     
=============================================
+ Hits          2050      2132       +82     
- Misses         152       153        +1     
Impacted Files Coverage Δ
...-on-client/sail_on_client/protocol/ond_protocol.py 68.553% <0.000%> (-0.236%) :arrow_down:
sail-on-client/tests/test_parinterface.py 100.000% <0.000%> (ø)
sail-on-client/tests/test_localinterface.py 100.000% <0.000%> (ø)
sail-on-client/sail_on_client/evaluate/metrics.py 100.000% <0.000%> (ø)
...-client/tests/test_image_classification_metrics.py 100.000% <0.000%> (ø)
...-on-client/sail_on_client/protocol/parinterface.py 96.703% <0.000%> (+0.074%) :arrow_up:
...n-client/sail_on_client/protocol/localinterface.py 99.254% <0.000%> (+0.123%) :arrow_up:
...-client/tests/test_activity_recognition_metrics.py 97.531% <0.000%> (+0.128%) :arrow_up:
sail-on-client/tests/test_transcription_metrics.py 97.333% <0.000%> (+0.150%) :arrow_up:
.../sail_on_client/evaluate/document_transcription.py 94.915% <0.000%> (+0.684%) :arrow_up:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0680af2...a8439c9. Read the comment docs.

as6520 commented 3 years ago

The tests running in CI were failing since I was using incorrect values in the assert statement. So I fixed the values and that fixed the CI. Here is the job failure https://github.com/darpa-sail-on/sail-on-client/runs/2412807330