Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'print' chunk option #387

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added 'print' chunk option #387

wants to merge 2 commits into from

Conversation

mossr
Copy link

@mossr mossr commented Aug 10, 2020

The print chuck option is useful in the juliaconsole environment so we can use print instead of display (certain vectors output more compactly using print, especially for textbooks). I think a more sophisticated implementation (e.g., use of Base.invokelatest) could be an improvement from my first pass.

Note, this was forked off of v0.9.4

@codecov-commenter
Copy link

codecov-commenter commented Oct 3, 2020

Codecov Report

Merging #387 into master will decrease coverage by 0.03%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #387      +/-   ##
==========================================
- Coverage   74.34%   74.31%   -0.04%     
==========================================
  Files          25       25              
  Lines        1345     1347       +2     
==========================================
+ Hits         1000     1001       +1     
- Misses        345      346       +1     
Flag Coverage Δ
#unittests 74.31% <66.66%> (-0.04%) ⬇️

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

Impacted Files Coverage Δ
src/config.jl 20.00% <ø> (ø)
src/display_methods.jl 41.93% <66.66%> (+0.26%) ⬆️

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 d3a7f2a...c3d1c1a. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants