You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't tried to track down exactly what is causing this, but it doesn't seem to affect any functionality (or cause any tests to fail, since tests only test show and not display, which is what is called in the REPL if you just put the variable name), I'm wondering if we should just dispatch display to show by default. Is there any foreseeable issue with that approach?
The text was updated successfully, but these errors were encountered:
I'm wondering if we should just dispatch display to show by default. Is there any foreseeable issue with that approach?
Don't know the details, but I recall that the two functions are not doing the same thing. Also I believe this is just a bug in visualize_ascii, where the canvas to plot is chosen too large or with negative dimensions. That would be my guess.
mfherbst
changed the title
display is brokenvisualize_ascii on unit test case is broken
Jan 24, 2024
(potentially related to #83)
If I just copy/paste this code from
test/interface.jl
into the REPL:I get:
I haven't tried to track down exactly what is causing this, but it doesn't seem to affect any functionality (or cause any tests to fail, since tests only test
show
and notdisplay
, which is what is called in the REPL if you just put the variable name), I'm wondering if we should just dispatchdisplay
toshow
by default. Is there any foreseeable issue with that approach?The text was updated successfully, but these errors were encountered: