Skip to content

Commit

Permalink
Fixed slashes in ////zeta
Browse files Browse the repository at this point in the history
  • Loading branch information
esantorella committed Apr 4, 2023
1 parent ae7ceb9 commit d3b8138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/bope.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
"# Prepare PE data for plots\n",
"within_df = pd.DataFrame(within_session_results)\n",
"within_df[\"pe_strategy\"] = within_df[\"pe_strategy\"].str.replace(\n",
" \"EUBO-zeta\", r\"$EUBO-\\\\zeta$\"\n",
" \"EUBO-zeta\", r\"$EUBO-\\zeta$\"\n",
")\n",
"within_df = (\n",
" within_df.groupby([\"n_comps\", \"pe_strategy\"])\n",
Expand Down

0 comments on commit d3b8138

Please sign in to comment.