Add a convenience func to retrieve the internal attr. hist.
Merged
requested to merge 2021-04-02T11.03.46-Branched_from_master-Add_get_internal_attribute_history_function into master
2 unresolved threads
Compare changes
lib/get_internal_attribute_history.py
0 → 100755
+ 17
− 0
please change to
values = array(list(history_values_transposed))
(assuming we really do have to go through a list here, isnt it all happy numpy wonderland already?)Will do and yes, it is hopefully all numpy.array already. But then I have learned that numpy sometimes does things in odd ways and wanted to be explicit. On second thought this could be a leftover from when I still had this function to just retrieve the rcu_temperature_r history. I'll look into it and get back to you about it.
changed this line in version 4 of the diff