mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-09 04:30:05 +01:00
updated for pep8 conformity
This commit is contained in:
@@ -81,7 +81,7 @@ class Osaca(object):
|
||||
val = -2
|
||||
new = False
|
||||
try:
|
||||
entry = self.df.loc[lambda df,col=clmn: df.instr == instr,col]
|
||||
entry = self.df.loc[lambda df: df.instr == instr,clmn]
|
||||
val = entry.values[0]
|
||||
except IndexError:
|
||||
# Instruction not in database yet --> add it
|
||||
|
||||
Reference in New Issue
Block a user