DeepLabCut / DLClibrary

DLClibrary is a lightweight library supporting universal functions for the DeepLabCut ecosystem.
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Fix test_modeldownload.py #23

Closed jeylau closed 1 year ago

jeylau commented 1 year ago

After download, the tests looked at the existence of a yaml config and a snapshot-. file, which did not exist with the two newly added models, hence the failures. This PR addresses this bug.