From fbff01244e375fdec710874942c9b5843299ea46 Mon Sep 17 00:00:00 2001 From: liangs6212 Date: Fri, 12 Aug 2022 07:16:19 +0800 Subject: [PATCH] fix synatx error --- python/chronos/test/bigdl/chronos/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/chronos/test/bigdl/chronos/__init__.py b/python/chronos/test/bigdl/chronos/__init__.py index aa96d7f1ee11..5d7f8a72db29 100644 --- a/python/chronos/test/bigdl/chronos/__init__.py +++ b/python/chronos/test/bigdl/chronos/__init__.py @@ -20,7 +20,8 @@ op_tf2 = pytest.mark.tf2 # distribution and automl -op_automl = pytest.mark.automlop_distributed = pytest.mark.distributed +op_automl = pytest.mark.automl +op_distributed = pytest.mark.distributed # other mark op_tf1 = pytest.mark.tf1