flatironinstitute / mcmc-monitor

Monitor MCMC runs in the browser
Other
35 stars 0 forks source link

couple height fixes #76

Closed magland closed 1 year ago

magland commented 1 year ago

This fixes #67

These were errors in the original code.

codecov-commenter commented 1 year ago

Codecov Report

Merging #76 (675e177) into main (b200efb) will not change coverage. The diff coverage is 0.00%.

@@          Coverage Diff          @@
##            main     #76   +/-   ##
=====================================
  Coverage   7.07%   7.07%           
=====================================
  Files         72      72           
  Lines       5652    5652           
  Branches      78      78           
=====================================
  Hits         400     400           
  Misses      5252    5252           
Flag Coverage Δ
gui_units 8.72% <0.00%> (ø)
svc_units 2.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pages/RunPage.tsx 0.00% <0.00%> (ø)
src/tabs/TabWidget/TabWidget.tsx 0.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jsoules commented 1 year ago

Looks good to me.