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-general.csv', metafileCore = thisPy, fxs=['cfa-cfa', 'cfa-likeLq', 'cfa-noIter', 'cfa-strip'] )