mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +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
|
# Append the device key to the filename and artifact name, unless
|
||||||
# it's None (as it will be for backends with only 1
|
# it's None (as it will be for backends with only 1
|
||||||
# devce/instrument)
|
# devce/instrument)
|
||||||
len(self.instruments) > 1:
|
if len(self.instruments) > 1:
|
||||||
name = 'energy_instrument_output_{}'.format(device)
|
name = 'energy_instrument_output_{}'.format(device)
|
||||||
else:
|
else:
|
||||||
name = 'energy_instrument_output'
|
name = 'energy_instrument_output'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user