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

Refactor out dependencies #157

Closed as6520 closed 2 years ago

as6520 commented 2 years ago

This PR refactors out Sail_On_Evaluate and Sail-On-API dependencies from the client to simplify the installation process.

codecov[bot] commented 2 years ago

Codecov Report

Merging #157 (1aaddcf) into master (1fd7c0e) will increase coverage by 0.010%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##            master      #157       +/-   ##
=============================================
+ Coverage   93.237%   93.247%   +0.010%     
=============================================
  Files           33        34        +1     
  Lines         1523      1540       +17     
=============================================
+ Hits          1420      1436       +16     
- Misses         103       104        +1     
Impacted Files Coverage Δ
sail-on-client/sail_on_client/errors/errors.py 90.323% <0.000%> (-3.226%) :arrow_down:
sail-on-client/sail_on_client/evaluate/metrics.py
...-client/sail_on_client/evaluate/program_metrics.py 100.000% <0.000%> (ø)
sail-on-client/sail_on_client/harness/constants.py 100.000% <0.000%> (ø)
...n_client/feedback/activity_recognition_feedback.py 86.667% <0.000%> (+0.460%) :arrow_up:
...client/feedback/document_transcription_feedback.py 88.235% <0.000%> (+0.735%) :arrow_up:

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 1fd7c0e...1aaddcf. Read the comment docs.