Skip to content

Commit

Permalink
fix synatx error
Browse files Browse the repository at this point in the history
  • Loading branch information
liangs6212 committed Aug 15, 2022
1 parent e5b0abd commit fbff012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/chronos/test/bigdl/chronos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbff012

Please sign in to comment.