Fix Nodes, Leaves, Depth vs Nodes, Edges, States headers in reports
This commit is contained in:
@@ -15,6 +15,10 @@ namespace platform {
|
||||
{Symbols::cross, "Less than or equal to ZeroR"},
|
||||
{Symbols::upward_arrow, oss.str()}
|
||||
};
|
||||
auto env = DotEnv();
|
||||
nodes_label = env.get("nodes");
|
||||
leaves_label = env.get("leaves");
|
||||
depth_label = env.get("depth");
|
||||
}
|
||||
std::string ReportBase::fromVector(const std::string& key)
|
||||
{
|
||||
|
Reference in New Issue
Block a user