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

AxisArrays print their entire contents? #53

Closed
yurivish opened this issue Oct 26, 2020 · 2 comments
Closed

AxisArrays print their entire contents? #53

yurivish opened this issue Oct 26, 2020 · 2 comments

Comments

@yurivish
Copy link

yurivish commented Oct 26, 2020

This is causing a hang in Pluto notebooks for large matrices.

A simple example at the REPL, AxisIndices version 0.6.4:

julia> using AxisIndices
julia> AxisArray(rand(100,100), 1:100, 1:100) # prints the entire 100x100 array
Tokazama added a commit that referenced this issue Oct 26, 2020
@Tokazama
Copy link
Owner

Thanks for bringing this to my attention. I haven't specifically tested this on Pluto, but it is fixed in terminal REPL. Feel free to create another issue if there's still a problem.

@yurivish
Copy link
Author

Thanks! I just checked and this issue is fixed in Pluto too.

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

No branches or pull requests

2 participants