Skip to content

Too strict dimension and stride checking #144

Closed
@bluss

Description

@bluss

It rejects some arr2 calls that are used throughout tests, for example

  • arr2::<f32, _>(&[[], [], [], []]); (tests/array.rs ~350)
  • arr2(&[[1.], [3.]]) fails dim_stride_overlap. (dim=[2, 1], strides=[1, 1], len=2)
  • arr2::<f32, _>(&[[]]) also fails (tests/array.rs ~230)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions