You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmosiman$ python main.py -u
/Users/cmosiman/.pyenv/versions/dragg/lib/python3.6/site-packages/pandas/compat/__init__.py:120: UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a RuntimeError.
warnings.warn(msg)
INFO:aggregator:Set the version write out to ['dn-wd-v4', 'dn-wd-v4-avg']
INFO:aggregator:Start: 2015-01-01T00:00:00; End: 2015-01-02T00:00:00; Number of hours: 24
INFO:aggregator:Made it to Aggregator Run
INFO:aggregator:Flushing Redis
INFO:aggregator:Homes looking ok!
INFO:aggregator:Performing baseline run for horizon: 6
multiprocess.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/Users/cmosiman/.pyenv/versions/dragg/lib/python3.6/site-packages/multiprocess/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
File "/Users/cmosiman/.pyenv/versions/dragg/lib/python3.6/site-packages/multiprocess/pool.py", line 44, in mapstar
return list(map(*args))
File "/Users/cmosiman/.pyenv/versions/dragg/lib/python3.6/site-packages/pathos/helpers/mp_helper.py", line 15, in <lambda>
func = lambda args: f(*args)
File "/Users/cmosiman/Github/dragg/dragg/mpc_calc.py", line 28, in manage_home
home.run_home()
File "/Users/cmosiman/Github/dragg/dragg/mpc_calc.py", line 716, in run_home
self.solve_type_problem()
File "/Users/cmosiman/Github/dragg/dragg/mpc_calc.py", line 692, in solve_type_problem
self.set_environmental_variables()
File "/Users/cmosiman/Github/dragg/dragg/mpc_calc.py", line 270, in set_environmental_variables
self.cast_redis_curr_rps()
File "/Users/cmosiman/Github/dragg/dragg/mpc_calc.py", line 684, in cast_redis_curr_rps
self.tracked_price[0] = self.reward_price[0]
IndexError: list index out of range
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "main.py", line 7, in <module>
a.run()
File "/Users/cmosiman/Github/dragg/dragg/aggregator.py", line 1174, in run
self.run_baseline()
File "/Users/cmosiman/Github/dragg/dragg/aggregator.py", line 875, in run_baseline
self.run_iteration()
File "/Users/cmosiman/Github/dragg/dragg/aggregator.py", line 819, in run_iteration
results = pool.map(manage_home, self.as_list)
File "/Users/cmosiman/.pyenv/versions/dragg/lib/python3.6/site-packages/pathos/multiprocessing.py", line 137, in map
return _pool.map(star(f), zip(*args)) # chunksize
File "/Users/cmosiman/.pyenv/versions/dragg/lib/python3.6/site-packages/multiprocess/pool.py", line 266, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/Users/cmosiman/.pyenv/versions/dragg/lib/python3.6/site-packages/multiprocess/pool.py", line 644, in get
raise self._value
IndexError: list index out of range
So trying to just get my head back into this. The contents of my
config.toml
are below. I'm trying to run (what I understand to be):run_rbo_mpc
param to true and set the others tofalse
I changed
n_nodes=1
as or else it wasn't giving me any useful tracebacks. Anyways:$ redis-server
, runs successfullypython main.py
and get following:@apigott Thoughts?
The text was updated successfully, but these errors were encountered: