Skip to content

Commit

Permalink
encodeURIComponent /
Browse files Browse the repository at this point in the history
  • Loading branch information
jalexanderII committed May 27, 2024
1 parent bb8eeed commit 9325a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion parea/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def limit_concurrency_sync(sample):
if dataset_level_eval_results:
stat_name_to_avg_std.update(**{eval_result.name: eval_result.score for eval_result in dataset_level_eval_results})
print(f"Experiment {experiment_name} Run {run_name} stats:\n{json_dumps(stat_name_to_avg_std, indent=2)}\n\n")
print(f"View experiment & traces at: https://app.parea.ai/experiments/{quote(experiment_name)}/{experiment_uuid}\n")
print(f"View experiment & traces at: https://app.parea.ai/experiments/{quote(experiment_name, safe='')}/{experiment_uuid}\n")
save_results_to_dvc_if_init(run_name, stat_name_to_avg_std)

if os.environ.get(PAREA_OS_ENV_EXPERIMENT_UUID, None):
Expand Down
11 changes: 1 addition & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9325a0c

Please sign in to comment.