commit | 4e0add0b95c844bdca02b884c8d08bcaa62ad6f3 | [log] [tgz] |
---|---|---|
author | Farag Elsayed <91015308+FaragElsayed2@users.noreply.github.com> | Sun Apr 30 12:23:17 2023 +0200 |
committer | GitHub <noreply@github.com> | Sun Apr 30 12:23:17 2023 +0200 |
tree | b8f478cfce78269ddbedd6238ea13b0287984430 | |
parent | 88e45723045ff98a241e9565698299e89268b51d [diff] | |
parent | d0394bd748159fd65dc7c1b7c74885731eb63e74 [diff] |
Merge pull request #89 from mabrains/ic_res_testcases Ic res testcases for IC
GF180 technology development Shared Repo
To generate all the svg files for the unit tests run the following commands;
make env
make svg
This will run the ./scripts/generate_svg.py
to generate the SVG files.
All Python scripts should be pep8
and pylint
clean. This is checked by CI and can be checked locally by doing the following;
make pep8
or make pycodestyle
- Run the pycodestyle
script (new name for the pep8 script) on all Python files in the repository.
make lint
- Run the pylint
script on all Python files in the repository.
make format
- Run the yapf
Python autoformatter on all the Python files in the repository.