Skip to content

Commit

Permalink
removing TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Jun 27, 2024
1 parent ca79350 commit eeadd5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion folktexts/acs/acs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eeadd5f

Please sign in to comment.