We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plot(Array(Float64,2,0),Array(Float64,2,0))
throws a confusing DivideError: integer division error. I would expect it to plot nothing, or throw an error that says 'plots must not be empty'.
DivideError: integer division error
The text was updated successfully, but these errors were encountered:
Good catch (though I'm not sure why you'd ever do this?). I'll push up a fix soon.
Sorry, something went wrong.
74ec733
There was a bug in my code that triggered this.
Sent from my iPhone
On 16 Aug 2016, at 23:37, Tom Breloff [email protected] wrote: Good catch (though I'm not sure why you'd ever do this?). I'll push up a fix soon. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
On 16 Aug 2016, at 23:37, Tom Breloff [email protected] wrote:
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
DivideError
No branches or pull requests
throws a confusing
DivideError: integer division error
. I would expect it to plot nothing, or throw an error that says 'plots must not be empty'.The text was updated successfully, but these errors were encountered: