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:
284 bytes
|
Rev | Line | |
---|
[16a843b] | 1 | import pandas as pd
|
---|
| 2 | import numpy as np
|
---|
| 3 | import os
|
---|
| 4 | import sys
|
---|
| 5 |
|
---|
| 6 | sys.path.insert(0, os.path.dirname(__file__))
|
---|
| 7 | from ListCommon import *
|
---|
| 8 |
|
---|
| 9 | printSingleDetail(
|
---|
| 10 | infileLocal='results-zoomout-noshuf.csv',
|
---|
| 11 | tgtMovement = 'stack',
|
---|
| 12 | tgtPolarity = 'insfirst',
|
---|
| 13 | tgtAccessor = 'allhead')
|
---|
Note:
See
TracBrowser
for help on using the repository browser.