If filtering a neo objects with an empty targdict, then nothing is returned. Desirable would be to return everything. ``` python block.filter(targdict={},objects=["SpikeTrain"]) --> [] ```