Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed May 23, 2024
1 parent eddd739 commit d86ab24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rormula/test/test_wilkinson.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ def test_num_cat():


def test_numerical_1000():
data_numerical = pd.DataFrame(data=get_numerical_data(1000000), columns=COLS_NUMERICAL)
data_numerical = pd.DataFrame(
data=get_numerical_data(1000000), columns=COLS_NUMERICAL
)
timing_and_test(data_numerical, FORMULA_STR_NUMERICAL)


Expand Down

0 comments on commit d86ab24

Please # to comment.