Fix luacheck warning.

This commit is contained in:
Brandon Amos 2016-02-28 15:08:50 -05:00
parent 49d195355b
commit 540b7d03c6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ffi=require 'ffi'
-- a cache file of the training metadata (if doesnt exist, will be created)
local trainCache = paths.concat(opt.cache, 'trainCache.t7')
local testCache = paths.concat(opt.cache, 'testCache.t7')
-- local testCache = paths.concat(opt.cache, 'testCache.t7')
-- Check for existence of opt.data
if not os.execute('cd ' .. opt.data) then