Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <[email protected]>
  • Loading branch information
rawwar committed Dec 7, 2023
1 parent bd82bf1 commit ad0077a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ml_commons/test_ml_commons_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ def test_search():
assert raised == False, "Raised Exception in searching model"


# Model Profile Tests. These will need some model train/predict data. Hence, need to be
# at the end after the training/prediction tests are done.
# Model Profile Tests. These tests will need some model train/predict run data. Hence, need
# to be run at the end after the training/prediction tests are done.


@pytest.fixture
Expand Down

0 comments on commit ad0077a

Please sign in to comment.