Skip to content

Commit

Permalink
[#154] Do print results_df
Browse files Browse the repository at this point in the history
This contains some information which could be helpful. Let's keep it around.
  • Loading branch information
riley-harper committed Oct 8, 2024
1 parent c979188 commit 4933368
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ def _append_results(
params: dict[str, Any],
) -> pd.DataFrame:
# run.pop("type")
print(results_df)

new_desc = pd.DataFrame(
{
Expand Down

0 comments on commit 4933368

Please sign in to comment.