Skip to content

Commit

Permalink
[chore] commented out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deenasun committed Nov 10, 2024
1 parent 8eacf16 commit ed8c2c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/webscraper/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,5 +578,5 @@ def ores_permitted_to_database():
# nyiso_to_database()
# nyiso_in_service_to_database()
# ores_noi_to_database()
ores_under_review_to_database()
# ores_under_review_to_database()
# ores_permitted_to_database()
2 changes: 0 additions & 2 deletions api/webscraper/nyserda_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def write_large_to_json():
file.write("\n")


# write_large_to_json()

"""
This scrapes data from the NYSERDA Statewide Distributed Solar Projects database.
We filter for specific columns from the database's API and save them to a json file.
Expand Down

0 comments on commit ed8c2c8

Please sign in to comment.