Skip to content

Commit 711f325

Browse files
committed
rebuild and recheck
1 parent b51a0d3 commit 711f325

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

coverage.txt

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
platform darwin -- Python 3.9.4, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
33
rootdir: /Users/johnmount/Documents/work/data_algebra
44
plugins: anyio-2.2.0, cov-2.11.1
5-
collected 162 items
5+
collected 164 items
66

77
tests/test_OrderedSet.py . [ 0%]
88
tests/test_agg.py .. [ 1%]
@@ -14,48 +14,48 @@ tests/test_cdata1.py .... [ 9%]
1414
tests/test_cdata_convenience.py . [ 10%]
1515
tests/test_cdata_example.py ... [ 12%]
1616
tests/test_cols_used.py . [ 12%]
17-
tests/test_concat_rows.py . [ 13%]
18-
tests/test_cross_product_join.py . [ 14%]
19-
tests/test_db_model.py . [ 14%]
20-
tests/test_degenerate_project.py . [ 15%]
21-
tests/test_drop_columns.py . [ 16%]
22-
tests/test_example1.py .... [ 18%]
23-
tests/test_exp.py . [ 19%]
24-
tests/test_expr_parse.py . [ 19%]
25-
tests/test_extend.py ...... [ 23%]
26-
tests/test_extend_order.py . [ 24%]
27-
tests/test_flow_text.py . [ 24%]
28-
tests/test_forbidden_calculation.py .. [ 25%]
29-
tests/test_ghost_col_issue.py . [ 26%]
30-
tests/test_idioms.py ............ [ 33%]
31-
tests/test_if_else.py .... [ 36%]
17+
tests/test_concat_rows.py ... [ 14%]
18+
tests/test_cross_product_join.py . [ 15%]
19+
tests/test_db_model.py . [ 15%]
20+
tests/test_degenerate_project.py . [ 16%]
21+
tests/test_drop_columns.py . [ 17%]
22+
tests/test_example1.py .... [ 19%]
23+
tests/test_exp.py . [ 20%]
24+
tests/test_expr_parse.py . [ 20%]
25+
tests/test_extend.py ...... [ 24%]
26+
tests/test_extend_order.py . [ 25%]
27+
tests/test_flow_text.py . [ 25%]
28+
tests/test_forbidden_calculation.py .. [ 26%]
29+
tests/test_ghost_col_issue.py . [ 27%]
30+
tests/test_idioms.py ............ [ 34%]
31+
tests/test_if_else.py .... [ 37%]
3232
tests/test_incomplete_agg.py . [ 37%]
33-
tests/test_join_check.py . [ 37%]
34-
tests/test_join_effects.py . [ 38%]
35-
tests/test_join_opt.py . [ 38%]
36-
tests/test_lark_parser.py ..... [ 41%]
37-
tests/test_math.py . [ 42%]
33+
tests/test_join_check.py . [ 38%]
34+
tests/test_join_effects.py . [ 39%]
35+
tests/test_join_opt.py . [ 39%]
36+
tests/test_lark_parser.py ..... [ 42%]
37+
tests/test_math.py . [ 43%]
3838
tests/test_minimum.py . [ 43%]
39-
tests/test_narrow.py . [ 43%]
40-
tests/test_natural_join.py . [ 44%]
39+
tests/test_narrow.py . [ 44%]
40+
tests/test_natural_join.py . [ 45%]
4141
tests/test_neg.py . [ 45%]
42-
tests/test_null_bad.py . [ 45%]
42+
tests/test_null_bad.py . [ 46%]
4343
tests/test_ops.py . [ 46%]
44-
tests/test_ops_eq.py . [ 46%]
44+
tests/test_ops_eq.py . [ 47%]
4545
tests/test_or.py ..... [ 50%]
46-
tests/test_ordered_agg_group.py . [ 50%]
47-
tests/test_parse.py ....................... [ 64%]
48-
tests/test_project.py ..... [ 67%]
46+
tests/test_ordered_agg_group.py . [ 51%]
47+
tests/test_parse.py ....................... [ 65%]
48+
tests/test_project.py ..... [ 68%]
4949
tests/test_ranked_example.py . [ 68%]
5050
tests/test_readme_example.py . [ 69%]
5151
tests/test_ref_detect.py .. [ 70%]
52-
tests/test_rename.py . [ 70%]
53-
tests/test_round.py ... [ 72%]
52+
tests/test_rename.py . [ 71%]
53+
tests/test_round.py ... [ 73%]
5454
tests/test_scatter_example.py . [ 73%]
5555
tests/test_scoring_example.py . [ 74%]
56-
tests/test_select.py ... [ 75%]
56+
tests/test_select.py ... [ 76%]
5757
tests/test_select_stacking.py . [ 76%]
58-
tests/test_set_quoting.py .. [ 77%]
58+
tests/test_set_quoting.py .. [ 78%]
5959
tests/test_shorten.py . [ 78%]
6060
tests/test_sign_parse.py .. [ 79%]
6161
tests/test_simple.py .... [ 82%]
@@ -86,7 +86,7 @@ data_algebra/bigquery_user_fns.py 83 58 30%
8686
data_algebra/cdata.py 331 77 77%
8787
data_algebra/connected_components.py 22 0 100%
8888
data_algebra/data_model.py 52 19 63%
89-
data_algebra/data_ops.py 1121 206 82%
89+
data_algebra/data_ops.py 1121 205 82%
9090
data_algebra/data_ops_types.py 79 38 52%
9191
data_algebra/data_ops_utils.py 51 7 86%
9292
data_algebra/db_model.py 736 101 86%
@@ -104,7 +104,7 @@ data_algebra/test_util.py 181 27 85%
104104
data_algebra/user_fn.py 84 27 68%
105105
data_algebra/util.py 28 4 86%
106106
----------------------------------------------------------
107-
TOTAL 4462 955 79%
107+
TOTAL 4462 954 79%
108108

109109

110-
============================= 162 passed in 26.33s =============================
110+
============================= 164 passed in 27.16s =============================
0 Bytes
Binary file not shown.

dist/data_algebra-0.7.2.tar.gz

-5 Bytes
Binary file not shown.

docs/data_algebra/BigQuery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ <h5>Inherited Members</h5>
760760
*,
761761
db_model=BigQueryModel,
762762
conn,
763-
fns={&#39;as_int64&#39;: &lt;function as_int64 at 0x7f9478aac700&gt;, &#39;as_str&#39;: &lt;function as_str at 0x7f9478aac040&gt;, &#39;trimstr&#39;: &lt;function trimstr at 0x7f9478aac0d0&gt;, &#39;coalesce_0&#39;: &lt;function coalesce_0 at 0x7f9478aac310&gt;, &#39;coalesce&#39;: &lt;function coalesce at 0x7f9478aac550&gt;, &#39;datetime_to_date&#39;: &lt;function datetime_to_date at 0x7f9478cff4c0&gt;, &#39;parse_datetime&#39;: &lt;function parse_datetime at 0x7f9478d05160&gt;, &#39;parse_date&#39;: &lt;function parse_date at 0x7f9478d051f0&gt;, &#39;format_datetime&#39;: &lt;function format_datetime at 0x7f9478d05280&gt;, &#39;format_date&#39;: &lt;function format_date at 0x7f9478d05310&gt;, &#39;dayofweek&#39;: &lt;function dayofweek at 0x7f9478d053a0&gt;, &#39;dayofyear&#39;: &lt;function dayofyear at 0x7f9478d05430&gt;, &#39;dayofmonth&#39;: &lt;function dayofmonth at 0x7f9478d05550&gt;, &#39;weekofyear&#39;: &lt;function weekofyear at 0x7f9478d054c0&gt;, &#39;month&#39;: &lt;function month at 0x7f9478d055e0&gt;, &#39;quarter&#39;: &lt;function quarter at 0x7f9478d05670&gt;, &#39;year&#39;: &lt;function year at 0x7f9478d05700&gt;, &#39;timestamp_diff&#39;: &lt;function timestamp_diff at 0x7f9478d05790&gt;, &#39;date_diff&#39;: &lt;function date_diff at 0x7f9478d05820&gt;, &#39;base_Sunday&#39;: &lt;function base_Sunday at 0x7f9478d058b0&gt;}
763+
fns={&#39;as_int64&#39;: &lt;function as_int64 at 0x7ff0c119c700&gt;, &#39;as_str&#39;: &lt;function as_str at 0x7ff0c119c040&gt;, &#39;trimstr&#39;: &lt;function trimstr at 0x7ff0c119c0d0&gt;, &#39;coalesce_0&#39;: &lt;function coalesce_0 at 0x7ff0c119c310&gt;, &#39;coalesce&#39;: &lt;function coalesce at 0x7ff0c119c550&gt;, &#39;datetime_to_date&#39;: &lt;function datetime_to_date at 0x7ff0c17d1700&gt;, &#39;parse_datetime&#39;: &lt;function parse_datetime at 0x7ff0c17d73a0&gt;, &#39;parse_date&#39;: &lt;function parse_date at 0x7ff0c17d7430&gt;, &#39;format_datetime&#39;: &lt;function format_datetime at 0x7ff0c17d74c0&gt;, &#39;format_date&#39;: &lt;function format_date at 0x7ff0c17d7550&gt;, &#39;dayofweek&#39;: &lt;function dayofweek at 0x7ff0c17d75e0&gt;, &#39;dayofyear&#39;: &lt;function dayofyear at 0x7ff0c17d7670&gt;, &#39;dayofmonth&#39;: &lt;function dayofmonth at 0x7ff0c17d7790&gt;, &#39;weekofyear&#39;: &lt;function weekofyear at 0x7ff0c17d7700&gt;, &#39;month&#39;: &lt;function month at 0x7ff0c17d7820&gt;, &#39;quarter&#39;: &lt;function quarter at 0x7ff0c17d78b0&gt;, &#39;year&#39;: &lt;function year at 0x7ff0c17d7940&gt;, &#39;timestamp_diff&#39;: &lt;function timestamp_diff at 0x7ff0c17d79d0&gt;, &#39;date_diff&#39;: &lt;function date_diff at 0x7ff0c17d7a60&gt;, &#39;base_Sunday&#39;: &lt;function base_Sunday at 0x7ff0c17d7af0&gt;}
764764
)</span>
765765
</div>
766766

0 commit comments

Comments
 (0)