Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
xwu99 committed Dec 17, 2021
1 parent 0b7fb0c commit 3873074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_with_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_arrow_table_from_np(self):
assert dm.num_col() == 3

def test_arrow_table_from_csv(self):
dfile = dpath + 'veterans_lung_cancer.csv'
dfile = dpath + 'veterans_lung_cancer.csv'
table = pc.read_csv(dfile)
dm = xgb.DMatrix(table)
assert dm.num_row() == 137
Expand Down

0 comments on commit 3873074

Please sign in to comment.