Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't save errors in
LabelAnalysisRequest
object (#99)
In the case where we have some missing information we were saving the errors as part of the result dict (in the database). There's a dedicated table for the larq errors, they should not be saved in the database. THese changes fix that adding the errors to the dict to return only after savign the real results.
- Loading branch information