hddm-devs / hddm

HDDM is a python module that implements Hierarchical Bayesian parameter estimation of Drift Diffusion Models (via PyMC).
http://ski.clps.brown.edu/hddm_docs/
Other
261 stars 117 forks source link

Type Error when running LAN tutorial with HDDM 0.9.8 #98

Open hcp4715 opened 1 year ago

hcp4715 commented 1 year ago

Hi, Alex and the team,

I recently tried to create a docker image for HDDM 0.9.8, after successfully creating the image, I ran the LAN Tutorial inside the docker images, but encounter the error when running the stimulus coding part: https://hddm.readthedocs.io/en/latest/lan_tutorial.html#section-6-stim-coding

See the error below:

error_stim_coding

I guess it's because simulator() has been changed?

Best Chuan-Peng