Skip to content

Commit

Permalink
Clean it up (#407)
Browse files Browse the repository at this point in the history
* Reworked our site view so that it runs a multi-bot analysis for ai stuff

* More progress working it into the page

* Clean it up more

* Go

* Go

* Trim

* Clean some basic stuff up
  • Loading branch information
palewire authored Oct 3, 2023
1 parent 43ef41c commit dc98079
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 504 deletions.
6 changes: 0 additions & 6 deletions newshomepages/site/accessibility_ranking.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ def accessibility_ranking():
# Get the data
accessibility_df = utils.get_extract_df(
"lighthouse-analysis.csv",
usecols=[
"handle",
"accessibility_median",
"accessibility_color",
"accessibility_rank",
],
dtype={
"handle": str,
"accessibility_median": float,
Expand Down
6 changes: 0 additions & 6 deletions newshomepages/site/performance_ranking.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ def performance_ranking():
# Read in our dataset
performance_df = utils.get_extract_df(
"lighthouse-analysis.csv",
usecols=[
"handle",
"performance_median",
"performance_color",
"performance_rank",
],
dtype={
"handle": str,
"performance_median": float,
Expand Down
Loading

0 comments on commit dc98079

Please sign in to comment.