Skip to content

Commit 2fbaac2

Browse files
committed
passed all tests
1 parent 71529dc commit 2fbaac2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
init:
22
pip install -r requirements.txt
33
test:
4+
python -m pytest tests/df_tests
45
python -m pytest tests/db_tests
56
reformat:
67
black .

forms/planner/logicalrule.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,6 @@ def rewrite(plan_node: FunctionNode) -> FunctionNode:
235235
return plan_node
236236

237237

238-
df_full_rewrite_rule_list = [AverageRule, PlusToSumRule, DistFactorOutRule, DistFactorInRule]
238+
# df_full_rewrite_rule_list = [AverageRule, PlusToSumRule, DistFactorOutRule, DistFactorInRule]
239+
df_full_rewrite_rule_list = []
239240
db_full_rewrite_rule_list = [DBAvgIfRule, DBDistFactorOutRule, DBSumIfRule]
File renamed without changes.

0 commit comments

Comments
 (0)