From fd2a4d8dcea5e095df6b470de97e7cfbfec0bee9 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Sun, 13 Jun 2021 10:23:18 +0000 Subject: [PATCH] Remove incorrect comment from JPEG2000 test --- tests/base/test_jp2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/base/test_jp2.py b/tests/base/test_jp2.py index bd01061..8106c50 100644 --- a/tests/base/test_jp2.py +++ b/tests/base/test_jp2.py @@ -13,7 +13,6 @@ BASE_PATH = os.path.dirname(os.path.abspath(__file__)) class TestJP2Utils(unittest.TestCase): @classmethod def setUpClass(cls) -> None: - # Use a rigged cube SLM from the upload process as a test file with open(os.path.join(BASE_PATH, "test_resources", "plywood.j2c"), "rb") as f: cls.j2c_bytes = f.read()