[FEATURE REQUEST] Abstract reusable code in run_*_benchmark,.py scripts #102
Labels
category: Feature Request
New feature or request
topic: Benchmark Plots and Tables
Issues pertaining to generating plots/tables from benchmark output
In the benchmarking driver scripts, i.e.
benchmark/run_1mo_benchmark.py
benchmark/run_1yr_tt_benchmark.py
benchmark/run_1yr_fullchem_benchmark.py
there is an opportunity to abstract code that gets repeated, but has different arguments. The repeated code could be abstracted into global functions that could be called further down in the script.
The text was updated successfully, but these errors were encountered: