-
Notifications
You must be signed in to change notification settings - Fork 15
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
After running test instances: assertion error in execute_evaluator() #80
Comments
Which version of irace is this?
Could you try the current development version
https://github.com/MLopez-Ibanez/irace?tab=readme-ov-file#github-development-version
?
If it fails with the development version, could you share the iracedump.rda
file?
Thanks!
|
It happened with irace 4.0.886dd4c. We are currently running everything again using 4.2.0.c9d441b-dirty and will keep you posted on the results with the development version. |
Thanks. Please let me know if you detect anything wrong. |
Hi, @sbomsdorf any news about this? |
Hi, I personally encounter another issue ( Regards, |
Thanks. Are you using https://mllg.github.io/batchtools/reference/makeClusterFunctionsSlurm Or the This may be more reliable than what |
Dear @MLopez-Ibanez,
Both a colleague and I found the same internal error in
iracedump.rda
files which have the following traceback:We execute
irace
with different code in different programming languages but on the same hardware usingslurm
and therefore both atarget_runner
andtarget_evaluator
. The training works perfectly fine and also for the test instances, the output files are there. In theiracedump.rda
the output also show, e.g., iniracedump[["testConfigurations(configurations, scenario)"]][["target_output"]][[1]][["outputRaw"]]
. The above error did not show in the terminal output ofirace
but there the output ends with the table of elite configurations that are to be tested. Along the above lines, theirace.Rdata
lacks thetesting
data.Could you please point us to whether this can be a problem in some parameter definition in a
scenario.txt
file and/or how we can assess the actual data that causes the assertion to be thrown?Please let us know if you need more information/data to further investigate the issue.
Many thanks in advance!
The text was updated successfully, but these errors were encountered: