neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Both var and dim are missing in `missing_dim_dataset` fixture #120

Closed lochhh closed 9 months ago

lochhh commented 9 months ago

The missing_dim_dataset fixture uses drop_dims("time") to remove the "time" dimension but it also removes any data_vars having "time" as a dimension. This makes the fixture no different from missing_var_dataset when testing PosesAccessor.validate().