-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Undefined function or variable 'neff'. in diag/psrf.m #54
Comments
Hi, -Jarno |
I emailed Lu Cheng |
Hi YuHsiangLo, Sorry for the long delay. The problem is that the code needs to use 'SuiteSparse' in GPstuff to make inferences. There are two solutions.
Cheers,
|
Hi @YuHsiangLo . Did the above answer solve your problem and can we close this issue? |
Hi,
I got the following error while running the test code from LonGP:
I think this was caused by the last line
neff=min(neff,N*M);
being outside the function definition indiag/psrf.m
. I was running the code on MATLAB R2019a with macOS 10.15.7, using the gpstuff dev branch. Could you look into this? Thanks a lot!The text was updated successfully, but these errors were encountered: