Skip to content

Commit

Permalink
Fix flaky test. (#99)
Browse files Browse the repository at this point in the history
* Fix flaky test.

* Reapply pchs.
  • Loading branch information
kklein authored Feb 4, 2025
1 parent f672151 commit 3794f05
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 430 deletions.
2 changes: 1 addition & 1 deletion metalearners/grid_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _fit_and_score(job: _FitAndScoreJob) -> GSResult:


def _format_results(
results: list[GSResult] | Generator[GSResult, None, None]
results: list[GSResult] | Generator[GSResult, None, None],
) -> pd.DataFrame:
rows = []
for result in results:
Expand Down
Loading

0 comments on commit 3794f05

Please sign in to comment.