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 some bugs, correct natural ordering, slicer test and aggregate and update tests #482

Open ThamaluM opened 4 years ago

ThamaluM commented 4 years ago

Correct bug due incorrect call of Workspace module which is imported relatively.

ThamaluM commented 4 years ago

Fixed natural ordering fix bugs in slicer test and slicer aggregate fix tests (remove amount_sum check in test_aggregates and remove depreciation exception at the beginning of the test) Add ArgumentError for unknown function. Fix the problem in metadata/base/localized due to using setattr for a shallow copied object. Add test for python 3.4 to 3.7. Remove 3.3 test (travis server cannot access )

ThamaluM commented 4 years ago

I closed this by accident so I reopen it again.