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
when I run test/_get.py, I get Traceback (most recent call last): File "_get.py", line 21, in <module> "parents": True File "...python3.6/site-packages/datachile/chilecube.py", line 110, in get q = agg.tidy File "...python3.6/site-packages/mondrian_rest/aggregation.py", line 94, in tidy measures = data['axes'][0]['members'] KeyError: 'axes
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "script1.py", line 6, in
"parents": True } )
File ".../anaconda3/lib/python3.7/site-packages/datachile/chilecube.py", line 110, in get
q = agg.tidy
File "...anaconda3/lib/python3.7/site-packages/mondrian_rest/aggregation.py", line 116, in tidy
'axes': data['axis_dimensions'][1:],
KeyError: 'axis_dimensions'
when I run test/_get.py, I get
Traceback (most recent call last): File "_get.py", line 21, in <module> "parents": True File "...python3.6/site-packages/datachile/chilecube.py", line 110, in get q = agg.tidy File "...python3.6/site-packages/mondrian_rest/aggregation.py", line 94, in tidy measures = data['axes'][0]['members'] KeyError: 'axes
The text was updated successfully, but these errors were encountered: