mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
updated csv load
This commit is contained in:
@@ -24,8 +24,8 @@ class Scheduler(object):
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
self.instrList = instructionList
|
self.instrList = instructionList
|
||||||
currDir = os.path.realpath(__file__)[:-10]
|
currDir = os.path.realpath(__file__)[:-10]
|
||||||
self.df = pd.read_csv(currDir+'data/skl_data.csv', quotechar='"', converters={'ports':ast.literal_eval})
|
self.df = pd.read_csv(currDir+'data/'+arch.lower()+'_data.csv', quotechar='"', converters={'ports':ast.literal_eval})
|
||||||
#'+arch.lower()+'
|
|
||||||
|
|
||||||
def schedule_FCFS(self):
|
def schedule_FCFS(self):
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user