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

Reduce number of warnings in tests #733

Open felixcremer opened 2 weeks ago

felixcremer commented 2 weeks ago

The tests are littered with a lot of warnings either about overwritten definitions or about not found dimensions. Could we reduce the number of warnings, so that it is easier to see what happens?

rafaqz commented 2 weeks ago

The not found dimensions part is kinda hard to fix.