Commit 08ab4bd
committed
sof_perf_analyzer: fix float_format not callable error
Fix float_format string passed to pandas to_csv() and to_html() to be
a callable object resolving 'TypeError: 'str' object is not callable'
observed with pandas==2.1.4
Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>1 parent b5e7bc2 commit 08ab4bd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
0 commit comments