-
Notifications
You must be signed in to change notification settings - Fork 8
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
Pkg.test() fails #14
Comments
What MATLAB release are you using? One of this packages dependencies, MATLAB.jl doesn't work with 2022a and 2022b. I have some automated tests that passed a year ago but fail now with the newer versions of MATLAB. |
The latest versions of MATLAB (2022a and 2022b) and Julia (v1.8) don't appear to work with this package. The automatic tests currently work with MATLAB 2021b and Julia 1.6. Perhaps try that combination? Or you could try using https://github.com/jondeuce/MATDaemon.jl I should note that while calling into Julia works pretty well, calling back into MATLAB (which automatically occurs when Julia catches an error) seems to inevitably lead to a segfault when using this package, although it doesn't happen immediately. I was never really able to find out the reason why when I was working actively on this package. |
Thanks for the quick reply @taylormcd. I am using Matlab 2019b. MATLAB.jl runs smoothly, its only Mex where the tests fail, so I believe the problem lies there. |
I can confirm that the master branch (i.e. I also tested to make sure Fmincon.jl still works, though I did make a small edit. |
Hello,
I cannot get Mex to run.
In the beginning I had a problem that Mex could not build, but after adding the Mex path to
manually the Pkg.build() ran through.
Unfortunately, Pkg.test() throws the following error
Do you have any ideas on how to proceed?
Thanks,
Luzie
The text was updated successfully, but these errors were encountered: