Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Developer tools useful for maintaining the DeepLabCut repository

Code headers

The code headers can be standardized by running

python tools/update_license_headers.py

from the repository root (this needs pip install licenseheaders)

You can edit the NOTICE.yml to update the header.

Running tests with more details

pytest -s