ag-computational-bio / bakrep-web

The user interface for bakrep
1 stars 0 forks source link

Add error handling for receiving nan as classification method #35

Closed crsct closed 11 months ago

crsct commented 11 months ago

Requesting ID 'SAMN07345801' is currently returning

Error: [
    {
        "code": "invalid_type",
        "expected": "string",
        "received": "nan",
        "path": [
            "classification_method"
        ],
        "message": "Expected string, received nan"
    }
]

this error should be handled and displayed prettier.