Replies: 2 comments
-
As an update, I am able to run the tutorial sample model code in a python terminal window and jupyter notebook just fine. The problem seems to be with Spyder. I was able to overcome the prior error and now am able to run the "simple_ddm_model = hssm.HSSM(data=dataset)" code with simulated data without issue. I am able to specify the example model based on the cav_data, but when I try to execute "model.sample()" I get a whole new error (again, just in Spyder):
|
Beta Was this translation helpful? Give feedback.
-
Hi @cmkaplan, This seems to happen when |
Beta Was this translation helpful? Give feedback.
-
Hi, and thank you in advance for helping me with this. I am brand new to HDDM/HSSM (exploring a switch over from R Stan Wiener/Diffusion modeling). I use an M1 Mac and could not get HDDM installed, so I am trying to implement HSSM instead. I successfully installed the HSSM package in a python 3.11 anaconda environment. I am able to import hssm. But when I try to run any model code at all (e.g., simple_ddm_model = hssm.HSSM(data=dataset) from the introduction tutorial), I get a lengthy error culminating in the following:
This suggests an issue with the pytensor package? My current version is 2.17.3
Any assistance would be greatly appreciated. I am so eager to get this up and running but have kept having issues. Happy to send any more information requested as needed to help solve this.
Beta Was this translation helpful? Give feedback.
All reactions