Browse Source

Dump optimized parameter file

Matthias Vogelgesang 7 years ago
parent
commit
85c08ccbc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cockpit

+ 1 - 1
cockpit

@@ -336,7 +336,7 @@ class Application(object):
                ' {prefix}/fc'
                ' {opt_params}'
                ' --reco-params "{params}"'
-               ' --final-reco-params "{params}"'
+               ' --params-filename params.json'
                .format(opt_params=opt_params, params=params, prefix=self.prefix))
 
         with open('log.txt', 'w') as f: