commit | 0df4de7786b5eb30feff987dea3e4df1175f25ce | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Mon Aug 11 11:34:40 2014 +0100 |
committer | Javi Merino <javi.merino@arm.com> | Wed Aug 12 14:52:41 2015 +0100 |
tree | bd2768347db68c047ee26a23095bb5bd3727c2ca | |
parent | 4d28cbc57c3802490cbcb2a6bdfa5702ef95985d [diff] [blame] |
thermal: initialize data_frame in constructor
diff --git a/cr2/thermal.py b/cr2/thermal.py index e3e5357..185c032 100644 --- a/cr2/thermal.py +++ b/cr2/thermal.py
@@ -60,6 +60,7 @@ self.basepath = basepath self.data_csv = "" + self.data_frame = pd.DataFrame() self.unique_word = unique_word if not os.path.isfile(os.path.join(basepath, "trace.txt")):