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
If you pass height params, you get a similar error, but instead of FloatDomainError: NaN, you get INFINITY problem. I'm going to upload a PR to solve this issue...
The text was updated successfully, but these errors were encountered:
A float domain error appears if you pass an array with same numbers. Eg:
AsciiChart([4,4,4,4])
. You get this:If you pass
height
params, you get a similar error, but instead ofFloatDomainError: NaN
, you getINFINITY
problem. I'm going to upload a PR to solve this issue...The text was updated successfully, but these errors were encountered: