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
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
"An exception was raised when" is already implicit by raising the exception. Parties logging the exception might prepend that. Can we just remove that here and go for something like "Cannot access the internal history..."?
Yeah, indeed. What was I thinking.
changed this line in version 3 of the diff