Skip to content

Commit

Permalink
python[patch]: remove experiment end time (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jan 27, 2025
1 parent fe0cb1f commit e5fefa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/langsmith/testing/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ def _end_tests(test_suite: _LangSmithTestSuite):
dataset_id = test_suite._dataset.id
test_suite.client.update_project(
test_suite.experiment_id,
end_time=datetime.datetime.now(datetime.timezone.utc),
metadata={
**git_info,
"dataset_version": dataset_version,
Expand Down

0 comments on commit e5fefa2

Please sign in to comment.