Skip to content

Commit

Permalink
remove TODO log scale just pass run_experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
augustes committed Feb 6, 2024
1 parent 1e9e904 commit ca61036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion labproject/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def __init__(
assert min_samples > 2, "min_samples must be greater than 2 to compute covariance for KL"
self.metric_name = metric_name
self.metric_fn = metric_fn
# TODO: add logarithmic scale or only keep pass in run experiment
if sample_sizes is not None:
self.sample_sizes = sample_sizes
else:
Expand Down

0 comments on commit ca61036

Please sign in to comment.