Skip to content

Commit

Permalink
uncommenting remaining ACS tasks for launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Jun 25, 2024
1 parent 8a0f18f commit 574eb71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions folktexts/cli/launch_acs_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
# All ACS prediction tasks
ACS_TASKS = (
"ACSIncome",
# "ACSEmployment", # TODO: run on other ACS tasks
# "ACSMobility",
# "ACSTravelTime",
# "ACSPublicCoverage",
"ACSEmployment",
"ACSMobility",
"ACSTravelTime",
"ACSPublicCoverage",
)

################
Expand Down

0 comments on commit 574eb71

Please sign in to comment.