rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
262 stars 38 forks source link

Fix #714 #715

Closed felixcremer closed 3 weeks ago

felixcremer commented 1 month ago

This fixes #714 by forwarding xs to convert_arguments. I also added a test case to check that the x-axis is between the x-axis values of the DimArray.

felixcremer commented 3 weeks ago

This is good for a review now. Tests are successful locally.