Thread: Zopti
View Single Post
Old 3rd February 2019, 09:48   #3  |  Link
zorr
Registered User
 
Join Date: Mar 2018
Posts: 447
Quote:
Originally Posted by ChaosKing View Post
Nice work!

But I get a file not found error :-)
The # output line should probably look like this:

Code:
output_file = r'results.txt' # output out1="SSIM: MAX(float)" out2="time: MIN(time) ms" file="results.txt"
The file name must match.

Also this line
Code:
alternate.set_output()
is not necessary, Zopti sets the output. In some cases it is critical that the correct file is set as the output. The alternate file is the correct one in this case but for some reason it doesn't work if it's set first by Zopti and then again in the script.
zorr is offline   Reply With Quote