Skip to content

Commit

Permalink
Fix bug extend logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmitive committed Apr 27, 2024
1 parent 760d4da commit 3e4612e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/evaluate_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def _evaluate_metrics(
logger.info(f"Processing curve {i+1}/{len(curves)} with name '{curve_name}'.")
curve = curve["curve"]
if os.path.exists(output_dir / f"{metric_name}.{curve_name}.csv"):
logger.info(f"Metric data exists in '{output_dir}/{metric_name}.{curve_name}.csv'. Skipping...")
continue

extra_kwargs = {
Expand Down

0 comments on commit 3e4612e

Please sign in to comment.