Skip to content

Remove redundant assignment of data_size

Tim Schoof requested to merge remove_redundant_assignment into main

The function get_data_size already assigns the data size to the corresponding NDArray struct field.

Merge request reports