diff options
| author | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 22:31:03 +0100 |
|---|---|---|
| committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 22:31:03 +0100 |
| commit | 4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb (patch) | |
| tree | e3450cfdab65a447582890e4a6e3334da276aef1 /test/extractor/image | |
| parent | e0c4713c40367b4b41da926da0ba7ed05d47d54b (diff) | |
| download | bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.tar.gz bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.tar.bz2 bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.zip | |
removed module header stubs
Diffstat (limited to 'test/extractor/image')
| -rw-r--r-- | test/extractor/image/test_colors_spatial.py | 5 | ||||
| -rw-r--r-- | test/extractor/image/test_photometrics.py | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/test/extractor/image/test_colors_spatial.py b/test/extractor/image/test_colors_spatial.py index ba551f3..967aaf2 100644 --- a/test/extractor/image/test_colors_spatial.py +++ b/test/extractor/image/test_colors_spatial.py @@ -1,9 +1,4 @@ -""" -Part of the bsie test suite. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # standard imports import os import unittest diff --git a/test/extractor/image/test_photometrics.py b/test/extractor/image/test_photometrics.py index 6e3b661..0e0261b 100644 --- a/test/extractor/image/test_photometrics.py +++ b/test/extractor/image/test_photometrics.py @@ -1,9 +1,4 @@ -""" -Part of the bsie test suite. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # standard imports import unittest |
