Validate Custom Model
Validate Custom Model
Validate a custom PyBaMM model JSON file and return variable information.
Validates that the JSON can be successfully loaded as a PyBaMM model and returns the variable names from model.rhs and model.algebraic.
Parameters
file : UploadFile The PyBaMM serialized model JSON file
Returns
CustomModelValidationResult Validation result with success status, error message, and variable info
Validate Custom Model