From 4a0dc38c2fc55568cde7009200befd4ccc3b7ff9 Mon Sep 17 00:00:00 2001 From: Dawith Lim Date: Mon, 13 Oct 2025 20:26:59 -0400 Subject: [PATCH] Fixed name mismatch --- pipe/enumsets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipe/enumsets.py b/pipe/enumsets.py index c699968..136d0c8 100644 --- a/pipe/enumsets.py +++ b/pipe/enumsets.py @@ -17,7 +17,7 @@ class DataKind(Enum): NSD = {"Full_Name": "Normalized Standard Deviation"} SGRAM = {"Full_Name": "Spectrogram"} SPEC = {"Full_Name": "Spectra"} - TREAT = {"Full_Name": "Treatment"} + TREATMENT = {"Full_Name": "Treatment"} TARGET = {"Full_Name": "Target"} # EOF