1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 11:58:55 +00:00

Merge pull request #514 from bjackman/next

Fixup standard energy channels fix
This commit is contained in:
setrofim 2017-10-11 15:31:00 +01:00 committed by GitHub
commit ea3f9307d9

View File

@ -290,7 +290,7 @@ class EnergyMeasurement(Instrument):
# Append the device key to the filename and artifact name, unless
# it's None (as it will be for backends with only 1
# devce/instrument)
len(self.instruments) > 1:
if len(self.instruments) > 1:
name = 'energy_instrument_output_{}'.format(device)
else:
name = 'energy_instrument_output'