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
Working through the LAN tutorial I ran into some other issues as well.
Some were plotting issues which were easy enough to fix by adding hist_bottom = 0 but to get Section 6: Stim Coding and Section 7: Model Recovery to work I had to change some other things too. For section 6 this meant making sure all arguments were named and not positional. For section 7 it meant to change the model name weibull to weibull_cdf in model_config.py and torch_config.py. With these changes the output seemed to match the tutorial but I'm not entirely sure if this was appropriate.
There are seemingly some tutorials which still have calls to HDDM without including the 'include' argument.
The text was updated successfully, but these errors were encountered: