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:
commit
ea3f9307d9
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user