source: doc/theses/mike_brooks_MMath/plots/list-cfa-attrib.py

Last change on this file was 16a843b, checked in by Michael Brooks <mlbrooks@…>, 2 months ago

add linked-list performance assessment

  • Property mode set to 100644
File size: 340 bytes
Line 
1import pandas as pd
2import numpy as np
3import os
4import sys
5
6sys.path.insert(0, os.path.dirname(__file__))
7from ListCommon import *
8
9thisPy = os.path.splitext(os.path.basename(__file__))[0]
10
11printManySummary(
12 infileLocal = 'results-general.csv',
13 metafileCore = thisPy,
14 fxs=['cfa-cfa', 'cfa-likeLq', 'cfa-noIter', 'cfa-strip']
15)
Note: See TracBrowser for help on using the repository browser.