Skip to content

Commit

Permalink
fixed sporadically failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
benhamner committed Sep 25, 2014
1 parent eaa48fc commit 6b4d3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pipeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ net_opts = classification_net_options(learning_rate=10.0)
opts = ClassificationPipelineOptions(TransformerOptions[], net_opts)
acc = evaluate(split, opts, accuracy)
println("Linear Accuracy, Unnormalized: ", acc)
@test acc<0.55
@test acc<0.70

opts = ClassificationPipelineOptions(TransformerOptions[ZmuvOptions()], net_opts)
acc = evaluate(split, opts, accuracy)
Expand Down

0 comments on commit 6b4d3c3

Please sign in to comment.