MCPcopy Create free account
hub / github.com/cwida/ALP / get_evalimplsts

Function get_evalimplsts

data/include/evalimplsts.hpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace alp_bench {
7
8inline 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

Callers 1

TEST_FFunction · 0.85

Calls 1

get_pathsFunction · 0.85

Tested by

no test coverage detected