-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Good evening!
I've been interested in this package long ago, and tried to use it in previos versions, however long before it did not suited well for purporses of my reserach. Now it is great, but I've faced problem (or multiple of them, actually)
When I try to "run all" examples - in estimation section I get multiple "NotImplementedError"'s when use fit_laplace. Some same staff when using NUTS sampler - but if fixes itself with setting " nuts_sampler="pymc" ".
Plus, when I am try to run file "fit_rbc_to_us_data.ipynb" I get error of
"
RuntimeError: Coordinate value has incorrect type
Caused by:
RuntimeError: Could not convert to Value. Unsupported type.
"
when I evaluate cell with " import nutpie as ntp ". May be there is more, but I've not checked others ipynb from case_stuty folder.
All of theese error occur both when I use own created .env with installing gEconpy, with .env, then installing pytensors and then installing gEconpy, with .conda created with .yml file - every time same error with fit_laplace. Which version of pytensors is supported? Or is it depends on pymc_extras version? Or may be I am doing smth wrong :D
Thank you!