From eeadd5fd831e459a211f1682a047903f6565aa6a Mon Sep 17 00:00:00 2001 From: AndreFCruz Date: Thu, 27 Jun 2024 17:29:01 +0200 Subject: [PATCH] removing TODO comment --- folktexts/acs/acs_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/folktexts/acs/acs_tasks.py b/folktexts/acs/acs_tasks.py index 2797e2d..e8170c1 100755 --- a/folktexts/acs/acs_tasks.py +++ b/folktexts/acs/acs_tasks.py @@ -51,7 +51,6 @@ def make_task( if not all(col in acs_columns_map for col in (features + [target])): raise ValueError("Not all columns have mappings to text descriptions.") - # TODO: CHECK IF THIS WORKS! return cls( name=name, description=description,