The function list_receiver_ids() uses a very simple SQL query:
SELECT DISTINCT receiver FROM acoustic.receivers
One of the expectations we have for the result is that there will be no empty NA values. However, this test is currently failing.
- Why would there ever be empty receiver_id's in this table?