Skip to content

Commit

Permalink
revert some changes in the class BivariateMetric
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Oct 23, 2024
1 parent 0431c81 commit c16401f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/syngen/ml/metrics/metrics_classes/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,6 @@ def __init__(
dataset_pickle_path: str
):
super().__init__(original, synthetic, plot, reports_path)
self.cmap = LinearSegmentedColormap.from_list(
"rg", ["#0D5598", "#3E92E0", "#E8F4FF"]
)
self.dataset = fetch_config(dataset_pickle_path)
nan_labels_dict = self.dataset.nan_labels_dict
na_values = self.dataset.format.get("na_values", [])
Expand Down

0 comments on commit c16401f

Please sign in to comment.