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
ValidationError: None is not of type 'number'
Failed validating 'type' in schema['allOf'][1]['properties']['properties']['properties']['view:incidence_angle']:
{'maximum': 90,
'minimum': 0,
'title': 'Center incidence angle',
'type': 'number'}
On instance['properties']['view:incidence_angle']:
None
this is not the case when directly adding each property:
Currently getting validation errors when using the view extensions
.apply()
method.Example:
results in:
this is not the case when directly adding each property:
the issue appears to be that when using the apply function, any non-included parameters are set to
None
, causing issues in validationThe text was updated successfully, but these errors were encountered: