-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
NOMAD exception #72
Comments
@ufechner7 Could I see the characteristics of your blackbox ? For example,
Did you try to fix a variable ? |
The blackbox is not multi-threaded (well, perhaps some BLAS operations are, but I am not using Julia multi-threading. I use modelling toolkit based simulations, but just a simple solver like:
I did not fix any variable, just restarting Julia fixes the problem. It reproducible fails after I executed:
in the REPL (from PyPlot). Error message:
So this error message is misleading. But it should be easy to reproduce, just add PyPlot to your project and run the command mentioned above. |
Could you provide me a simple test reproducing the problem ? Maybe two other things to check (eventually for a workaround):
|
I get sometimes this exception:
If I restart Julia and try again it works. Any idea?
Additional finding: It seams to happen always if I did create a plot with PyPlot.jl BEFORE calling NOMAD.
The text was updated successfully, but these errors were encountered: