-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lab report file is not created when BatchTask is run on a multi-dimensional parameter space #75
Comments
If that message "Storing to ..." appears, then a file is created. However, it is deleted again if during the production of the file an error occurs. So if your report throws an exception, then there is no file. But you should then see some error message from the report in the logs. |
But there is no error following this entry in the log. You can check the last lines of log here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tested my code for a one-dimensional parameter space (one value for each parameter) and the program runs fine and my .csv lab report file is created. But when I ran the program again with multi-dimensional parameters, the final lab report file was not created; although, results.prop files were created in each "ExperimentTask-..." folder.
I also noticed that the log file says it stored the results, but actually there's no file. Here's a line from program output:
The text was updated successfully, but these errors were encountered: