From 677650ff4879ae3b0fb21f0d3ee55fdc3174d758 Mon Sep 17 00:00:00 2001 From: FEIJINTI <83849113+FEIJINTI@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E9=80=82=E9=85=8D=E6=96=B0=E7=9A=84=E7=9B=B8=E6=9C=BA=E9=95=9C?= =?UTF-8?q?=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main_test.py b/main_test.py index cdf16cc..b244d92 100644 --- a/main_test.py +++ b/main_test.py @@ -175,5 +175,5 @@ if __name__ == '__main__': parser = argparse.ArgumentParser(description='Run image test or ') tester = TestMain() - tester.pony_run(test_path=r'E:\zhouchao\8.4\yangeng', - test_rgb=True, test_spectra=False, get_delta=False, convert=False) + tester.pony_run(test_path=r'E:\zhouchao\8.4\zazhi', + test_rgb=True, test_spectra=True, get_delta=False, convert=False)