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
An example:
using TimerOutputs to = TimerOutput(); @timeit to function foo(ode) reset_timer!(to) end foo(42) ERROR: ArgumentError: array must be non-empty Stacktrace: [1] pop! @ .\array.jl:1332 [inlined] [2] pop!(to::TimerOutput) @ TimerOutputs C:\Users\User\.julia\packages\TimerOutputs\RsWnF\src\TimerOutput.jl:103 [3] foo(ode::Int64) @ Main C:\Users\User\.julia\packages\TimerOutputs\RsWnF\src\TimerOutput.jl:242 [4] top-level scope @ REPL[4]:1
It is easy to get around this, I don't think it is a big issue (probably the error message could be more helpful though), feel free to close this :^)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An example:
It is easy to get around this, I don't think it is a big issue (probably the error message could be more helpful though), feel free to close this :^)
The text was updated successfully, but these errors were encountered: