I am trying to run this code: https://github.com/zixuanzh/ans. The code is a little outdated. (append_configs() is called as a function instead of as a method of the Experiment class)
One of the functions calls the ep_decorator(f, es) function on line 103 in configuration.util._init_. I get the following error while running the code:
Hi,
That model is calling the ep_time_step function in economy_config.py which is then input as a raw_exogenous_state.
This model does not actually rely on the raw_exogenous_state at all, so removing it will not change the model.
I updated the ‘validation’ model but not the ‘BTC’ here to run in cadCAD 0.4.22: https://github.com/BlockScience/ans
(Also taking care of an outdated pandas function as well)
Happy modelling!
Matt
I know it’s already been four years but I’ve encountered the same question. How did you take care of the outdated pandas function? I kept on getting the “too many values to unpack” error although I’ve already fixed the pandas problem in both the ANS Paper BTC and ANS Paper Smooth files.