Skip to content
Open
673 changes: 673 additions & 0 deletions examples/4_benchmark_result_plot.ipynb

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions openfe_benchmarks/results/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
"""
Results loading and filtering module.
"""

from ._benchmark_results import BenchmarkResults, get_benchmark_results, filter_results

__all__ = ["BenchmarkResults", "get_benchmark_results", "filter_results"]
Loading
Loading