Explorar o código

small bug fix

Christoph Kaeding %!s(int64=8) %!d(string=hai) anos
pai
achega
7ca79926a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      evaluation/PrecomputeExperimentalSetup.py

+ 1 - 1
evaluation/PrecomputeExperimentalSetup.py

@@ -32,7 +32,7 @@ numInitSamplesPerCls = helperFunctions.getConfig(sys.argv[1], 'experiment', 'num
 numTestSamplesPerCls = helperFunctions.getConfig(sys.argv[1], 'experiment', 'numTestSamplesPerCls', None, 'int', True)
 numTestSamplesPerCls = helperFunctions.getConfig(sys.argv[1], 'experiment', 'numTestSamplesPerCls', None, 'int', True)
 
 
 forbiddenCls = helperFunctions.getConfig(sys.argv[1], 'data', 'forbiddenCls', [], 'intList', True)
 forbiddenCls = helperFunctions.getConfig(sys.argv[1], 'data', 'forbiddenCls', [], 'intList', True)
-indicesFileName = helperFunctions.getConfig(configFile, 'data', 'indicesFileName', None, 'str', True)
+indicesFileName = helperFunctions.getConfig(sys.argv[1], 'data', 'indicesFileName', None, 'str', True)
 
 
 print ''
 print ''
 print 'host:', socket.gethostname()
 print 'host:', socket.gethostname()