Open github-actions[bot] opened 3 weeks ago
Hi @miquelduranfrigola
The model prints the right output when using a single input in the CLI: (from dockerhub)
{
"input": {
"key": "OFBQJSOFQDEBGM-UHFFFAOYSA-N",
"input": "CCCCC",
"text": "CCCCC"
},
"output": {
"pca-1": 0.9835706,
"pca-2": 0.36325887,
"pca-3": -0.54489166,
"pca-4": 0.4746949,
"umap-1": 0.43732142,
"umap-2": -0.5439609,
"tsne-1": 0.9818883804579015,
"tsne-2": 0.1476221638979269
}
}
v)
But when passing a -csv file only the first column (pca-1) appears (see attached) test.csv
This model is a new incorporation to the Ersilia Model Hub or it has been modified. If you are assigned to this issue, please try it out and ensure everything works! To test a model, first clone it in your local system (ideally, from dockerhub) using the CLI commands:
The test command will automatically check that the model can handle null outputs and whether it produces consistent results. Please copy here the result of the test command. If it passes, simply close the issue as completed. If it fails, please detail at which step and whether you have taken any steps to solve it. Please tag the original model contributor and one of Ersilia's maintainers for support.