-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
🐛 Bug: Header picked up wrong from example file #1549
Comments
Hi @DhanshreeA & @Abellegese I have found this issue again when rebuilding the model eos78ao locally and fetching from_dir. In this case, the model is trying to pick up the example file for the header, but using the INPUT file, which obviously does not have headers for the output (takes smiles). Hope this helps in debugging this issue.
|
@GemmaTuron @DhanshreeA the standard runner csv serializer does not have key expansion thats why this happened. |
If it helps when I remove the examples folder and re-fetch from dir again the input file is not picked up as example and the correct output file is generated:
|
If you need more examples, eos6ru3 (dockerhub version) shows this problem |
Describe the bug.
I have come across this issue in several models and I cannot bypass it as I dont understand its source. The model runs but it takes the wrong headers for the outputs, always putting "outcome" instead of the list of expected headers. In this case, for model eos78ao:
the output in csv is:
Describe the steps to reproduce the behavior
No response
Operating environment
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: