-
Notifications
You must be signed in to change notification settings - Fork 90
random InexactError() after multiple plots using IJulia #119
Copy link
Copy link
Closed
Description
I use a loop to plot data and save it to files, using PyPlot's plot, savefig, and close functions in each iteration.
The error happened after random iterations (3,11,6,8 so far).
LoadError: InexactError()
while loading In[89], in expression starting on line 2
in getindex at ...\.julia\v0.4\PyCall\src\PyCall.jl:249
in pysequence_query at ...\.julia\v0.4\PyCall\src\conversions.jl:739
in convert at ...\.julia\v0.4\PyCall\src\conversions.jl:813
in pycall at ...\.julia\v0.4\PyCall\src\PyCall.jl:94
in fn at ...\.julia\v0.4\PyCall\src\conversions.jl:181
in close_queued_figs at ...\.julia\v0.4\PyPlot\src\PyPlot.jl:295Unfortunately I don't know how to get a more detailed backtrace of the error, so I can't tell where it is happening exactly (IJulia/Windows issue?).
Edit:
I guess there is no longer backtrace as close_queued_figs is called as a IJulia hook, thus not called by my code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels