Updates the description of nodes to account for peculiarities of the 202s. This includes
Flagging up the nodes corresponding to conjugate errors detected by the 202s.
Having the flatten_nodes remove the above.
Also, issues where found in _process_string along the way and fixed for the case of resets=True and ff=True (the main intended use-case). Issues were not fixed for the other use cases, instead thecff options was deprecated, to focus on the main use case.
Was initially intended to deal with #306, but actually ended up fixing issues that weren't apparent before.
The contents of #298 have also been merged into this PR, and so it closes #295.
Summary
Updates the description of nodes to account for peculiarities of the 202s. This includes
flatten_nodes
remove the above.Also, issues where found in
_process_string
along the way and fixed for the case ofresets=True
andff=True
(the main intended use-case). Issues were not fixed for the other use cases, instead thecff
options was deprecated, to focus on the main use case.Was initially intended to deal with #306, but actually ended up fixing issues that weren't apparent before.
The contents of #298 have also been merged into this PR, and so it closes #295.
Also closes #309 .