Skip to content

Fix the input type checking of the numpy array type caster

Baptiste Esteban requested to merge development/fix-check-numpy into next

The type_caster for the conversion numpy -> ndbuffer_image was not checking the input value type (see #86 (closed)).

  • Add a check for the input type
  • Write a new test

Merge request reports