twiecki / stopsignal

Hierarchical stop-signal model (Matzke et al, 2011) that allows estimation of SSRT and SSRT variability.
GNU Affero General Public License v3.0
6 stars 1 forks source link

'StopSignal' object has no attribute 'create_family_trunc_normal' #1

Closed Gilles86 closed 10 years ago

Gilles86 commented 10 years ago

Hey there,

I tried out the BEESTs-package, but I'ld like to have a little more control and tried out the Python-code behind it.

However, when I initialize the StopSignal-object, I get the following error: 'StopSignal' object has no attribute 'create_family_trunc_normal'.

I get this error both with kabuki 0.5.2 and 0.5.3-dev.

twiecki commented 10 years ago

Thanks for reporting.

I pushed a fix that should resolve the issue. Please let me know if it did.

twiecki commented 10 years ago

https://github.com/twiecki/stopsignal/commit/db46bcb78e43b45e623a810824147d4d0fd56a4e

Gilles86 commented 10 years ago

Thanks for the quick reply! This issue is resolved now.