Skip to content

Commit

Permalink
fixed test 157 to work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLangford committed Jul 19, 2017
1 parent dc2fc79 commit d0f2afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/RunTests
Original file line number Diff line number Diff line change
Expand Up @@ -1566,5 +1566,5 @@ echo "1 | feature:1" | {VW} -a --initial_weight 0.1 --initial_t 0.3
./cubic-test.sh ${VW}
# Test 157: save_resume without --preserve_performce_counters does not alter performance counters over multiple passes
{VW} -d train-sets/0001.dat -f /tmp/m --passes 2 -c -k -P 50 --save_resume
{VW} -d train-sets/0001.dat -f models/sr.model --passes 2 -c -k -P 50 --save_resume
train-sets/ref/157.stderr
2 changes: 1 addition & 1 deletion test/train-sets/ref/157.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
final_regressor = /tmp/m
final_regressor = models/sr.model
Num weight bits = 18
learning rate = 0.5
initial_t = 0
Expand Down

0 comments on commit d0f2afa

Please sign in to comment.