1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto
Sergei Trofimov 98b259be33 energy_model: fix np.vectorize on ImportError
np.vectorize was being unconditionally invoked at top level. On an
ImportError, np as set to None, so this was resuling in an
AttributeError when loading the module if one of the dependent libraries
was not present on the host system. This moves the invocation into the
try block with the imports to avoid an error when energy_model module is
loaded by the extension is not used.
2015-05-12 11:34:30 +01:00
..
commands show command: remove duplicat output. 2015-05-07 12:18:59 +01:00
common minor fixes to cpufreq APIs 2015-05-11 12:12:41 +01:00
core Updated Parameter to automatically convert int and boot kinds to integer and boolean respectively. 2015-05-11 12:12:40 +01:00
devices Adding cpuidle modules and refactoring Device cpufreq APIs. 2015-05-11 12:12:40 +01:00
external daq: make EnumEntry picklable to support multiprocessing invocation 2015-04-29 12:32:15 +01:00
instrumentation energy_model: fix np.vectorize on ImportError 2015-05-12 11:34:30 +01:00
modules energy_model: fix for when running as a sudo user (rather than root) 2015-05-11 12:12:41 +01:00
resource_getters Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
result_processors Adding cpuidle modules and refactoring Device cpufreq APIs. 2015-05-11 12:12:40 +01:00
tests config: fixing an issue introduced by previous config fix... 2015-04-30 13:34:21 +01:00
tools Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
utils minor fixes to cpufreq APIs 2015-05-12 11:34:30 +01:00
workloads idle: updated to work on Linux devices. 2015-05-11 12:12:41 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-biglittle.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-tutorial.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
config_example.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
exceptions.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00