Commit c6549ef
Fix CSV dependency in LinearSolveAutotune
Add missing CSV dependency to resolve UndefVarError when creating
benchmark result files. The telemetry system uses CSV.write() to
create system_info.csv files but CSV wasn't imported.
Changes:
- Add CSV dependency to Project.toml
- Add CSV import to LinearSolveAutotune.jl
- Add CSV compatibility constraint
Fixes CSV not defined error in telemetry.jl:426
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent e1228ab commit c6549ef
File tree
2 files changed
+3
-0
lines changed- lib/LinearSolveAutotune
- src
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments