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,