ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
203 stars 131 forks source link

🐛 Bug: Error on Model eos85a3 #324

Closed Malikbadmus closed 1 year ago

Malikbadmus commented 1 year ago

Describe the bug.

The model was fetched and served successfully, but an error is being raised while predicting the model.

See the below screenshot for the error log.

Describe the steps to reproduce the behavior

ersilia -v api predict -i input.csv -o eos85a3.csv

Expected behavior.

Model test run successfully

Screenshots.

New error

Operating environment

Ubuntu 22.04.1

Additional context

No response

dchidindu5 commented 1 year ago

Have you tried predicting other models to see if an error is generated?

GemmaTuron commented 1 year ago

Hi @Malikbadmus

I can't say much with this screenshot, I'd like to see the full error log. You can get it by adding the following snippet to your bash command > my.log 2>&1

so:

ersilia -v api predict -i input.csv -o eos85a3.csv > my.log 2>&1

Malikbadmus commented 1 year ago

Thank you so much @GemmaTuron and @dchidindu5, I've been able to resolve the issue.

The problem was that the input file was not in my working directory, and I didn't specify a path to the file in my command.

DhanshreeA commented 1 year ago

For the future: this issue is similar to issue https://github.com/ersilia-os/ersilia/issues/326 :)

GemmaTuron commented 1 year ago

Perfect, thanks @Malikbadmus for letting me know, I guess the explanations on issue #326 and Slack were helpful! I'm closing this issue .