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
The error message is not very clear and might confuse users, especially in longer or more complex code.
Would it be possible to improve the error handling here, perhaps with a more informative message, or catch the case where one or more inputs are empty?
System Information:
julia>versioninfo()
Julia Version 1.11.0
Commit 501a4f25c2b (2024-10-0711:40 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU:16× Apple M3 Max
WORD_SIZE:64
LLVM: libLLVM-16.0.6 (ORCJIT, apple-m3)
Threads:12 default, 0 interactive, 6 GC (on 12 virtual cores)
I encountered an issue when running a plot with empty y-data using the following code:
This results in the following stack trace:
The error message is not very clear and might confuse users, especially in longer or more complex code.
Would it be possible to improve the error handling here, perhaps with a more informative message, or catch the case where one or more inputs are empty?
System Information:
Possibly related issues: #1329, #448
The text was updated successfully, but these errors were encountered: