Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 8, 2024
1 parent 6b2c19c commit 7b1d550
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_distributed/test_with_dask/test_with_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,10 @@ def test_callback(self, client: "Client") -> None:
)
for i in range(1, 10):
assert os.path.exists(
os.path.join(tmpdir, f"model_{i}.{xgb.callback.TrainingCheckPoint}")
os.path.join(
tmpdir,
f"model_{i}.{xgb.callback.TrainingCheckPoint.default_format}",
)
)


Expand Down

0 comments on commit 7b1d550

Please sign in to comment.