import pandas as pd import numpy as np import os import sys sys.path.insert(0, os.path.dirname(__file__)) from ListCommon import * thisPy = os.path.splitext(os.path.basename(__file__))[0] printManySummary( infileLocal = 'results-java-general.csv', metafileCore = stripMachine(thisPy), fxs=['cfa-cfa', 'cfa-likeLq', 'cfa-noIter', 'cfa-strip'], sizeQual = javaSweetspot )