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
compute_many works without generate_overall, however when i pass it True, it fails:
File "/hdd/venv/lib/python3.6/site-packages/motmetrics/metrics.py", line 328, in _compute_overall
v = cache[depname] = self._compute_overall(partials, depname, cache, parent=name)
File "/hdd/venv/lib/python3.6/site-packages/motmetrics/metrics.py", line 325, in _compute_overall
for depname in minfo['deps_m']:
TypeError: 'NoneType' object is not iterable
I am trying to compute summary of several accumulators the following way:
compute_many works without generate_overall, however when i pass it True, it fails:
EDIT:
example script fails as well:: when passing
generate_overall=True
in the last call to compute_manyThe text was updated successfully, but these errors were encountered: