Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Dec 4, 2024
1 parent 03072cc commit aced7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_distributed/test_with_dask/test_with_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ def test_feature_weights(self, client: "Client") -> None:
for i in range(kCols):
fw[i] *= float(i)
fw = da.from_array(fw)
parser = os.path.join(tm.demo_dir(__file__), "json-model", "json_parser.py")
parser = os.path.join(tm.demo_dir(__file__), "guide-python", "model_parser.py")
poly_increasing = get_feature_weights(
X=X,
y=y,
Expand Down

0 comments on commit aced7fa

Please sign in to comment.