From b9b6ee7727dc55552da77ec3d6a4b756c484e602 Mon Sep 17 00:00:00 2001 From: "Michael Pilosov, PhD" Date: Sat, 27 Jan 2024 05:41:41 +0000 Subject: [PATCH] disable min/max hints --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 3522a76..e0f630c 100644 --- a/utils.py +++ b/utils.py @@ -2,7 +2,7 @@ import matplotlib.colors as mcolors import torch -def preprocess_data(data, skip: bool = False): +def preprocess_data(data, skip: bool = True): # Assuming 'data' is a tensor of shape [n_samples, 3] if not skip: # Compute argmin and argmax for each row