Algorithm Test Failed—Is It Due to Incorrect Input/Output Path Settings? ¶
By: aia_wt on March 7, 2025, 3:04 a.m.
Hi everyone, I’m AIA_wt, and I’m encountering an issue while testing my algorithm for the PUMA Challenge (Track 1: Preliminary Test Phase). I’d appreciate your insights.
I’m using the algorithm ALALab_Test, and after submission, the result shows Failed with the error message: "The algorithm failed on one or more cases."
I suspect it might be due to incorrect input/output path settings, but even when I submitted the official baseline, I still got a False result.
My input path is set to "/test", and the output path is "/output".
Has anyone experienced something similar? Could it indeed be an issue with the input/output paths, or are there other potential reasons for the algorithm’s failure?
Any suggestions or solutions would be greatly appreciated! Thank you in advance!