Describe the bug
calling remove_edges_under_consolidation() doesn't work if the actual element name in the dimension is "Parent1" but the parameter supplied is "parent1" or "Parent 1", etc. although TM1 considers them as same names for an element.
To Reproduce
add a consolidation in a dimension/hierarchy, say Parent1 and add a child under it say Child1
execute the function remove_edges_under_consolidation( dim_name, hierarchy_name, "parent 1" )
Expected behaviorParent1 should not have Child1 under it anymore
Version
TM1py [2.0]
TM1 Server Version: [e.g. 11.8]
Describe the bug calling remove_edges_under_consolidation() doesn't work if the actual element name in the dimension is "Parent1" but the parameter supplied is "parent1" or "Parent 1", etc. although TM1 considers them as same names for an element.
To Reproduce add a consolidation in a dimension/hierarchy, say Parent1 and add a child under it say Child1 execute the function
remove_edges_under_consolidation( dim_name, hierarchy_name, "parent 1" )
Expected behavior Parent1 should not have Child1 under it anymore
Version TM1py [2.0] TM1 Server Version: [e.g. 11.8]