Description
Entering an incorrect coordinate as an argument in the select function does not raise an error, but it would be better if it did.
Example
import dascore as dc
spool = dc.get_example_spool()
sub_spool = spool.select(invalid_dim=(1,11))
No error is raised.
Expected behavior
Versions
- OS [e.g. Ubuntu 20.04]:
- DasCore Version [e.g. 0.0.5]:
- Python Version [e.g. 3.10]: