| 6 | namespace alp_bench { |
| 7 | |
| 8 | inline auto get_evalimplsts() { |
| 9 | static std::array<ALPColumnDescriptor, 1> EVALIMPLSTS = {{ |
| 10 | // prev issue_8 |
| 11 | {0, "active_power", get_paths().evalimplsts_csv_path + "active_power.csv", "", 0, 0, 0, 0, true}, |
| 12 | |
| 13 | }}; |
| 14 | |
| 15 | return EVALIMPLSTS; |
| 16 | } |
| 17 | |
| 18 | } // namespace alp_bench |
| 19 | #endif |