• Axel Huebl's avatar
    Test: Numpy Scalar Creation (#1530) · 000aabb2
    Axel Huebl authored
    I found that the numpy array tests already contained an empty-shaped
    array test, but none with data in it.
    
    Following PEP 3118, scalars have an empty shape and ndim 0. This
    works already and is now also documented/covered by a test.
    000aabb2
test_numpy_array.cpp 12.5 KB