Skip to content

Commit

Permalink
Tests ( manuals)
Browse files Browse the repository at this point in the history
  • Loading branch information
popis committed Oct 18, 2021
2 parents 6366bf7 + a226f9d commit 8e86f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
python-root-list: 'mask_imposer tests'
use-black: false
use-isort: false
use-mypy: false
extra-pycodestyle-options: "--max-line-length=99"
4 changes: 2 additions & 2 deletions mask_imposer/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def save(cls, img: NDArray[Any], filepath: str) -> None:

# if __name__ == '__main__':
# np_arr = cv2.imread(
# "/home/popis/Documents/mask-imposer/tests/integration/data/input/sample.jpeg"
# )
# "/home/popis/Documents/mask-imposer/tests/integration/data/input/sample.jpeg"
# )
# mim = MaskImposer()
# rs = mim.impose_mask((np_arr, "/home/popis/Downloads/sample_unique_name.jpeg"), show=True)
# cv2.imwrite("test.png", rs)
Expand Down

0 comments on commit 8e86f44

Please sign in to comment.