-
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
Error in ablation analysis #68
Comments
Hi @souzamarcelo , could you tell me how you called
The error above is expected as those scenario options have been renamed. |
I tried both commands given below. First:
Second:
|
Could you try with the version in github? It should show as 3.5.1.9000. |
Here is the error using the github version (same as yours).
I give the scenario file here. I did not define a |
Some scenario options have been removed or will change in the next version of irace. Try this: library(irace)
iraceResults <- read_logfile("irace.Rdata")
iraceResults$scenario$targetRunnerLauncher <- NULL
iraceResults$scenario$targetRunnerLauncherArgs <- NULL
iraceResults$scenario$forbiddenFile <- NULL
save(iraceResults, file="irace2.Rdata")
ablation_cmdline("-l irace2.Rdata") |
Now it works, thank you! I think it would be great to update the ablation function in the current version, to work according to the current structure of the |
I am trying to run the ablation analysis from terminal. I get the following error message:
It seems that the scenario object was not found in the irace log file (it is in there, though).
I am using irace version 3.5. I also tried the repository version; no success. I attached the irace.Rdata I am using here.
Cheers!
The text was updated successfully, but these errors were encountered: