From ca6103690a897d324356b6e7ea96f78bf1f5be86 Mon Sep 17 00:00:00 2001 From: augustes Date: Tue, 6 Feb 2024 17:15:15 +0100 Subject: [PATCH] remove TODO log scale just pass run_experiment --- labproject/experiments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/labproject/experiments.py b/labproject/experiments.py index d5481e6..ac5bef9 100644 --- a/labproject/experiments.py +++ b/labproject/experiments.py @@ -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: