Skip to content

Add extra spaces while displaying a TensorSpace #223

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

Merged
merged 3 commits into from
Oct 3, 2022

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Oct 3, 2022

This improves the display of tensor spaces using certain fonts, while being mildly inconvenient in others. This also helps with tab-completion in the REPL, which seems to only work with the extra spaces present.

Before

julia> Chebyshev()  Chebyshev()
Chebyshev()Chebyshev()

After

julia> Chebyshev()  Chebyshev()
Chebyshev()  Chebyshev()

@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Base: 71.40% // Head: 71.43% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (93f7fdf) compared to base (45bd192).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #223      +/-   ##
==========================================
+ Coverage   71.40%   71.43%   +0.02%     
==========================================
  Files          77       77              
  Lines        8020     8020              
==========================================
+ Hits         5727     5729       +2     
+ Misses       2293     2291       -2     
Impacted Files Coverage Δ
src/show.jl 83.20% <100.00%> (ø)
src/Caching/ragged.jl 63.68% <0.00%> (+0.99%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jishnub jishnub merged commit 93a0086 into JuliaApproximation:master Oct 3, 2022
@jishnub jishnub deleted the showtensorspace branch October 3, 2022 06:36
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.

1 participant