You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser raises 40 errors, most of which are not correctly identified (missing or extra fields). The only real error (missing required field ["Parameterisation"]["Cell"]["Ambient temperature [K]"]) is raised twice, as the first and last reported error.
The text was updated successfully, but these errors were encountered:
Maybe related, it seems like some optional fields are not validated correctly. E.g. the below test fails (no ValidationError is raised even though title should be a string!)
In the presence of an invalid BPX object, the BPX parser reports non-existent errors in addition to real errors.
Repeat
Here, the file is parsed with no errors (valid BPX).
nmc_pouch_cell_BPX.json
:The parser raises 40 errors, most of which are not correctly identified (missing or extra fields). The only real error (missing required field
["Parameterisation"]["Cell"]["Ambient temperature [K]"]
) is raised twice, as the first and last reported error.The text was updated successfully, but these errors were encountered: