Commit 08c87784 authored by Davis King's avatar Davis King

Made test less likely to false alarm.

parent 6e9b9d03
...@@ -1193,7 +1193,7 @@ namespace ...@@ -1193,7 +1193,7 @@ namespace
} }
{ {
print_spinner(); print_spinner();
fc_<5,FC_NO_BIAS> l; fc_<4,FC_NO_BIAS> l;
DLIB_TEST_MSG(test_layer(l), test_layer(l)); DLIB_TEST_MSG(test_layer(l), test_layer(l));
} }
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment