Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactoring tests to log io behavior #31

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Remove savefig
so that canonical plotting is in plot_benchmark_results.ipynb
Andy Barrett committed Feb 28, 2024
commit aa5dd0b3dfa917b9a15d1d2b5009168d2bfe6452
2 changes: 1 addition & 1 deletion notebooks/portable-full-comparison.ipynb
Original file line number Diff line number Diff line change
@@ -753,7 +753,7 @@
"sepa_x = np.array([x[tool == tool_name].min()-0.5 for tool_name in np.unique(tool)] + [x.max()+0.5])\n",
"[ax.axvline(xs, c='k', ymin=-.1, clip_on=False, zorder=3) for xs in sepa_x];\n",
"\n",
"fig.savefig(\"access_time.summary.png\")"
"# Use plot_benchmark_results.ipynb to generate saveable png"
]
},
{