arfc / pride

(P)lan for (R)ap(I)d (DE)carbonization
BSD 3-Clause "New" or "Revised" License
3 stars 7 forks source link

Clean-Up Commented lines #158

Open katyhuff opened 3 years ago

katyhuff commented 3 years ago

Some PRs (e.g. #156) are being approved and merged with commented cruft (unused code). For example, in the snakefile, the commented-out cruft lines should be deleted.:

DBS = ["UIUC_2050_cost"]
SCENARIOS = ["costScenario"]
FOLDER = ["UIUC_2050_cost_costScenario_model"]

# DBS = ["UIUC_2050_land"]
# SCENARIOS = ["landScenario"]
# FOLDER = ["UIUC_2050_land_landScenario_model"]

This issue can be closed when someone has gone through the repository and removed this and all other commented-out lines that are not in use.