Skip to content

Commit

Permalink
change file name for windows compatibility (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Yangyili <[email protected]>
  • Loading branch information
YangyiLi001 and Yangyili authored Jun 3, 2022
1 parent 5992f74 commit bd1334d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pecos/xmc/xlinear/test_xlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ def test_cli(tmpdir):
true_Y_pred_file = "test/tst-data/xmc/xlinear/Yt_pred.npz"
true_Y_pred_with_man_file = "test/tst-data/xmc/xlinear/Yt_pred_with_tfn+man.npz"
true_Yt_pred_with_splits = {
2: "test/tst-data/xmc/xlinear/P:nr_splits=2.npz",
4: "test/tst-data/xmc/xlinear/P:nr_splits=4.npz",
2: "test/tst-data/xmc/xlinear/P_nr_splits=2.npz",
4: "test/tst-data/xmc/xlinear/P_nr_splits=4.npz",
}
test_Y_pred_file = str(tmpdir.join("Yt_pred_test.npz"))
code_file = str(tmpdir.join("codes.npz"))
Expand Down
Binary file added test/tst-data/xmc/xlinear/P_nr_splits=2.npz
Binary file not shown.
Binary file added test/tst-data/xmc/xlinear/P_nr_splits=4.npz
Binary file not shown.

0 comments on commit bd1334d

Please sign in to comment.