-
Notifications
You must be signed in to change notification settings - Fork 67
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
bug in multisource option #25
Comments
Hey Nico, |
The bug comes from the VBA_fillInPriors that Jean commited (1a717f9) beginning of March . A workaround would be to rewrite I will initiate a pull request with a suggestion. |
I rolled back the master branch so it is now free of bug. Unless you need the functionalities introduced after the 15th February, you can use the master and it should work. |
Thanks a lot Lionel for all your efforts of structuring the development workflow. It is very clear and it solved my current practical issue. NicoB |
This has been fixed by #26 |
Hello,
after synchronizing my VBA version with the latest version on GitHub, there is a bug when using the multisource option. It seems to me that the "VBA_check" subfunction doesn't tolerate anymore to have different hyperpriors for different sources. The "demo_multisource" script does'nt work neither.
I am working Under MATLAB 2017a but the bug is also present in MATLAB 2014b.
The error message is the following:
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
Error in VBA_check (line 137)
options.isYout(options.sources(gsi(i)).out,t) = ~diQ;
Error in simulateNLSS (line 87)
[options,u,dim] = VBA_check(zeros(dim.p,dim.n_t),u,f_fname,g_fname,dim,options);
Error in demo_multisource (line 45)
[y,x,x0,eta,e] = simulateNLSS(T,[],g_fname,[],phi,u,Inf,sigma,options,[]);
NicoB
The text was updated successfully, but these errors were encountered: