Code Modification Guidelines
This tool is used to extract data from the GRID and build training datasets. Some guidelines:
- If you modify the cli, make sure to update
README.md - Tests should be in a
test_xxx.pyfile wherexxxis the name of the file that contains the thing you are testing. - Tests should be run with pytest. When developing a test run just that tests, but then run all tests when done just in case something broke. Make sure to use
python -m pytestwithpythonfrom the appropriate venv (most often in.venvin the root directory).