JuliaAtoms / EnergyExpressions.jl

Other
1 stars 1 forks source link

Fix doctest errors #1

Closed mortenpi closed 5 years ago

mortenpi commented 5 years ago

Regarding the energy_expressions.md doctests -- I think the issue here is that there is some sort of an effective width of the terminal window when the doctest is being executed which is much smaller than, say, a normal full screen terminal window.

codecov[bot] commented 5 years ago

Codecov Report

Merging #1 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #1   +/-   ##
=======================================
  Coverage   49.18%   49.18%           
=======================================
  Files           8        8           
  Lines         307      307           
=======================================
  Hits          151      151           
  Misses        156      156

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 10d87e1...3cac621. Read the comment docs.

jagot commented 5 years ago

Thanks, most of this has been dealt with in various commits.