Skip to content

Commit

Permalink
Fixed name mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 committed Oct 14, 2025
1 parent 7ab49d6 commit 4a0dc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipe/enumsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a0dc38

Please sign in to comment.