Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Sep 17, 2024
1 parent c8f7494 commit 5773e81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdks/python/tests/e2e/test_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
def test_experiment_creation_via_evaluate_function__happyflow(
opik_client: opik.Opik, dataset_name: str, experiment_name: str
):
# TODO: this test is not finished, it only checks that the script is not failing

# TODO: this test is not finished, it does not check experiment items content
dataset = opik_client.create_dataset(dataset_name)

dataset.insert(
Expand Down

0 comments on commit 5773e81

Please sign in to comment.