dynverse / dyneval

Metrics to compare two or more trajectories ⚖
2 stars 2 forks source link

Clean up travis + several fixes + capture output of methods automatically #33

Closed zouter closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #33 into master will increase coverage by 6.19%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   87.03%   93.23%   +6.19%     
==========================================
  Files           5        5              
  Lines         378      340      -38     
==========================================
- Hits          329      317      -12     
+ Misses         49       23      -26
Impacted Files Coverage Δ
R/metric_flip.R 88.7% <ø> (+10.51%) :arrow_up:
R/metric_featureimp.R 100% <ø> (ø) :arrow_up:
R/calculate_metrics.R 96.66% <100%> (ø) :arrow_up:
R/evaluate_ti_method.R 100% <100%> (+1.88%) :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 2b322dd...919f8ab. Read the comment docs.

zouter commented 6 years ago

This keeps failing because the edge flip score cannot handle the complex topologies generated by ti_random(). Investigating...

zouter commented 6 years ago

Please work now :pray: