source: doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py@ 8f448e0

stuck-waitfor-destruct
Last change on this file since 8f448e0 was bb5b866, checked in by Michael Brooks <mlbrooks@…>, 7 months ago

LL perf: adjust configurations

Simplify doing a manual one-off run. Disable harness's iterators on "zoomout" plots. Remove cfa-strip and add lq-list for "zoomout" plots. Add more exploratory analyses.

  • Property mode set to 100644
File size: 221 bytes
Line 
1import pandas as pd
2import numpy as np
3import os
4import sys
5
6plotsdir = os.path.dirname(__file__) + "/../../plots"
7sys.path.insert(0, plotsdir)
8from ListCommon import *
9
10printSingleDetail(
11 infileLocal = sys.argv[1]
12)
Note: See TracBrowser for help on using the repository browser.