Skip to content

Improve array creation

Samuel GAIST requested to merge improve_array_creation into master

This fixes an issue where numpy guessed type mismatched with the given dtype. For example, int64 VS uint64.

Merge request reports