DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 313 forks source link

Fix test_explicit in test_aggregates #473

Open KhaledTo opened 5 years ago

KhaledTo commented 5 years ago

test_explicit was failing because amount_sum aggregate was missing from defautcube.

KhaledTo commented 5 years ago

We also need to remove raise NotImplementedError("Depreciated in this context")

https://github.com/DataBrewery/cubes/blob/140133e8c2e3f2ff60631cc3ebc9966d16c1655e/tests/common.py#L54

But before that I need to understand why this exception is raised there. Can someone explain me that?