Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Songki Choi <songki.choi@intel.com>
  • Loading branch information
goodsong81 committed Jul 17, 2023
1 parent df8be46 commit 2a400b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions tests/integration/cli/anomaly/test_anomaly_classification.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""Tests for anomaly classification with OTX CLI"""
# Copyright (C) 2022-2023 Intel Corporation
# Copyright (C) 2021-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#


import os

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/cli/anomaly/test_anomaly_detection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Tests for anomaly detection with OTX CLI."""
# Copyright (C) 2022-2023 Intel Corporation
# Copyright (C) 2021-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/cli/anomaly/test_anomaly_segmentation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Tests for anomaly segmentation with OTX CLI"""
# Copyright (C) 2022-2023 Intel Corporation
# Copyright (C) 2021-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
templates_ids = [template.model_template_id for template in templates]

# add integration test for semi-sl with new SegNext model and prototype based approach
# other tests will be updated accordingly after fully transfer to segnext default_templates
# other tests will be updated accordingly after fully transfer to segnext templates
segnext_experimental_template = parse_model_template(
os.path.join("src/otx/algorithms/segmentation/configs", "ham_segnext_s", "template_experimental.yaml")
)
Expand Down

0 comments on commit 2a400b3

Please sign in to comment.