-
Notifications
You must be signed in to change notification settings - Fork 47
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
could not run examples #59
Comments
after added gnuwin32 to system, we got:
Error in StanModel/sampling (line 778) Error in stan (line 146) Error in rats (line 20) |
replaced with MinGW\msys\1.0\bin, the 'cut' is passed, however: rats Error in StanModel/sampling (line 778) Error in stan (line 146) Error in rats (line 20)
Error in variational (line 28) |
I have the same issue here! |
hellor,I have the same error ,do you solve this issue, if you did,can you tell me how to solve this issue ,thank you very much |
I tried to run examples but got errors as:
Error in StanModel/sampling (line 778)
self.compile('model');
Error in stan (line 146)
fit = model.sampling(p.Unmatched);
Error in rats (line 20)
fit = stan('file','rats.stan','data',rats_dat,'verbose',true);
Error in variational (line 28)
model.compile();
The text was updated successfully, but these errors were encountered: