Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Popov-Dmitriy-Ivanovich committed Oct 17, 2023
1 parent abf8070 commit 9cf08a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python_bindings/test_bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def test_with_params(dataset,input_format_,**kwargs):
try:
alg.load_data(dataset,',',True,is_null_equal_null = False,input_format=input_format_,**kwargs)
except Exception as ex:
print(ex)
worked = False
testcase.assertFalse(worked)
test_with_params(dataset="rules-kaggle-rows.csv",input_format_="singular",has_tid = True,tid_column_index = 1,item_column_index = 1)
Expand Down

0 comments on commit 9cf08a2

Please sign in to comment.