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
getModelFile() reads text files for different model options. I've long wanted to replace this with a proper meta-coded solution.
I've noticed that if regions are present, getmodelFile() ignores the contents of the text files and instead creates code on the fly. But it assembles the code using random walk model and other current options. If the user specified something different, there is no message to warn that the options have been overridden.
The text was updated successfully, but these errors were encountered:
getModelFile()
reads text files for different model options. I've long wanted to replace this with a proper meta-coded solution.I've noticed that if regions are present,
getmodelFile()
ignores the contents of the text files and instead creates code on the fly. But it assembles the code using random walk model and other current options. If the user specified something different, there is no message to warn that the options have been overridden.The text was updated successfully, but these errors were encountered: