tpaviot / ProcessScheduler

A Python package for automatic and optimized resource scheduling
https://processscheduler.github.io/
GNU General Public License v3.0
59 stars 18 forks source link

Add html output for plotly #39

Closed magic7s closed 3 years ago

magic7s commented 3 years ago

Added an optional parameter for plotly output to create an HTML file. matplotlib does not have this same capability to output to html.

codecov-commenter commented 3 years ago

Codecov Report

Merging #39 (ff82883) into master (d47d94a) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   97.47%   97.48%           
=======================================
  Files          26       26           
  Lines        2889     2897    +8     
=======================================
+ Hits         2816     2824    +8     
  Misses         73       73           
Impacted Files Coverage Δ
processscheduler/solution.py 95.16% <100.00%> (+0.10%) :arrow_up:
test/test_gantt.py 99.23% <100.00%> (+0.02%) :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 d47d94a...ff82883. Read the comment docs.

tpaviot commented 3 years ago

:+1: Thank you for providing the test as well!

tpaviot commented 3 years ago

Issues on the Azure side come from unrelated error with sphinx (appeared recently, don't know why)