You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a file doesn't exist or if a string bit of code doesn't contain any core stan blocks (e.g. data { ...}) then the resulting Stan module will be blank. This is 9 times out of 10 a user error in that the file path is wrong or the stan code is broken. Ideally we should throw a warning if the user enters a non-empty string and gets an empty StanModule object back to get them to double check that this is intended.
The text was updated successfully, but these errors were encountered:
If a file doesn't exist or if a string bit of code doesn't contain any core stan blocks (e.g.
data { ...}
) then the resulting Stan module will be blank. This is 9 times out of 10 a user error in that the file path is wrong or the stan code is broken. Ideally we should throw a warning if the user enters a non-empty string and gets an empty StanModule object back to get them to double check that this is intended.The text was updated successfully, but these errors were encountered: