find_problems
- classmethod EquationPluginModel.find_problems()
Checks for problems in the tree structure, problems can occur when:
your code breaks and you get incomplete transactions (always use transactions!)
changing the
steplenvalue in a model (you mustdump_bulk()first, changesteplenand thenload_bulk()
- Returns
A tuple of five lists:
a list of ids of nodes with characters not found in the
alphabeta list of ids of nodes when a wrong
pathlength according tosteplena list of ids of orphaned nodes
a list of ids of nodes with the wrong depth value for their path
a list of ids nodes that report a wrong number of children