type testing fails for numpy int
When passing numpy.int values to a type tested parameter that is int, the type guard throws an error. (due to isinstance(value,int)
failing for numpy integers).
When passing numpy.int values to a type tested parameter that is int, the type guard throws an error. (due to isinstance(value,int)
failing for numpy integers).