Skip to content

Commit

Permalink
Merge pull request #48 from PolicyEngine/upload-fix
Browse files Browse the repository at this point in the history
Fix bug in upload script
  • Loading branch information
nikhilwoodruff authored Sep 17, 2024
2 parents 8c2f22b + 45a338c commit 6f10d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/Benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def compare_datasets():
long_to_wide["Enhanced CPS 2024"] - long_to_wide["CPS 2024 (2022-based)"]
)
long_to_wide["PUF to ECPS change"] = (
long_to_wide["Enhanced CPS 2024"] - long_to_wide["PUF 2024 (2022-based)"]
long_to_wide["Enhanced CPS 2024"] - long_to_wide["PUF 2024 (2015-based)"]
)
long_to_wide.sort_values("cps_to_ecps_change", ascending=False)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"irs-soi-puf",
"release",
"puf_2024.h5",
FOLDER / "puf_2015.h5",
FOLDER / "puf_2024.h5",
)

0 comments on commit 6f10d15

Please sign in to comment.