Currently, the random-outdated-asset-first mode does not consider assets that exist on the Archive but not in status.yaml (except in the case where all assets in status.yaml were tested with the latest software versions), and it also does not limit the candidate assets to NWBs. This PR fixes both of those things.
This PR builds on top of #81.
Currently, the
random-outdated-asset-first
mode does not consider assets that exist on the Archive but not instatus.yaml
(except in the case where all assets instatus.yaml
were tested with the latest software versions), and it also does not limit the candidate assets to NWBs. This PR fixes both of those things.