dask-contrib / dask-ctl

Tools to provide a control plane for managing the lifecycle of Dask clusters.
https://dask-ctl.readthedocs.io
BSD 3-Clause "New" or "Revised" License
24 stars 14 forks source link

Fix bars demo #47

Closed jacobtomlinson closed 2 years ago

jacobtomlinson commented 2 years ago

To view the bars demo you can run python dask_ctl/tui/graphs/bar.py but it seemed to be broken due to some missing brackets.

codecov-commenter commented 2 years ago

Codecov Report

Merging #47 (cd37a04) into main (c2c866a) will increase coverage by 0.13%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   49.39%   49.53%   +0.13%     
==========================================
  Files          29       29              
  Lines        1160     1171      +11     
==========================================
+ Hits          573      580       +7     
- Misses        587      591       +4     
Impacted Files Coverage Δ
dask_ctl/tui/graphs/bar.py 19.58% <ø> (ø)
dask_ctl/tui/widgets/logo.py 68.75% <0.00%> (-11.25%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more