ersilia-os / eos3ae6

Holistic molecular descriptors for scaffold hopping
GNU General Public License v3.0
2 stars 2 forks source link

Test fails because the structure of the output is different from the general structure #8

Closed DhanshreeA closed 4 months ago

DhanshreeA commented 5 months ago

The output JSON structure that we generally follow across all models is:

{
    "input": {
        "key": "string",
        "input": "string",
        "text": "string"
    },
    "output": {
        "outcome": [...]
    }
}

However in this model the service.py file is modified to replace the key outcome with whales. Since the test looks for the values in outcome field, being unable to find this key, the test fails.

GemmaTuron commented 5 months ago

Hi, how do we solve this? I had to do a minor update on the versions of the packages and it is failing now to upload to Docker

GemmaTuron commented 5 months ago

Hi @DhanshreeA

Has this been solved?