We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096025c commit 13b0d24Copy full SHA for 13b0d24
test/model_tests.jl
@@ -42,7 +42,7 @@ const PRETRAINED_MODELS = [
42
(VGG, 19, false),
43
]
44
45
-const TEST_FAST = get(ENV, "FAST_TEST", "false") == "true"
+const TEST_FAST = get(ENV, "TEST_FAST", "false") == "true"
46
47
function _gc()
48
GC.safepoint()
0 commit comments