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: Annoying debug logs making it hard to discern what's happening #1080

Closed DhanshreeA closed 3 months ago

DhanshreeA commented 6 months ago

Describe the bug.

when testing a model in git actions, an annoying repeat piece of code appears, making you need to scroll to the end of it to read the error. This is the repeated snippet

{
        "Identifier": "",
        "BENTO_SERVICE": "",
        "AGE": "",
        "APIS": "",
        "ARTIFACTS": "d"
    },

Describe the steps to reproduce the behavior

Any git action failed, like: https://github.com/ersilia-os/eos24ur/actions/runs/8341255469/job/22826933984

Expected behavior.

No need for this print, is possible an old debugging print

Operating environment

Git Action runner

Additional context

No response

GemmaTuron commented 6 months ago

@DhanshreeA since I described the bug I added some more info in the issue for clarity :) attaching here the whole copy of the annoying piece of print [Uploading log.txt…]()

DhanshreeA commented 3 months ago

@Malikbadmus or @dzumii do either of you want to take up this issue?

Malikbadmus commented 3 months ago

@Malikbadmus or @dzumii do either of you want to take up this issue?

I'll take this up.