Skip to content

Commit

Permalink
Drop duplicates better in subcubic analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 6, 2024
1 parent ba178f0 commit e882478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks_jason/max_of_K_all_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ def handle_compute_EQKE_SVD_analysis(
SUBCUBIC_ANALYSIS_CSV_PATH,
new_data,
columns=["seed"] + list(EQKE_SVD_analyses_by_key.keys()),
subset=["seed"] + list(EQKE_SVD_analyses_by_key.keys()),
subset=["seed"],
)


Expand Down

0 comments on commit e882478

Please sign in to comment.