Closed gertvv closed 10 years ago
Unable to reproduce, asked for clarification.
Things go wrong when the treatments table is specified, for some reason. I suspect an automatic conversion to numerical is happening somewhere.
It seems the root cause has been identified. Now to construct a failing test for the old behaviour and find all the places where vertices are addressed by index instead of name.
This is what was happening:
This can be fixed by either referring to vertices by name, or fixing the treatment order returned by filter.network. I'm opting for both.
Sofia Dias reports that the node-splitting code is splitting nodes that can't be split. She is using numerical treatment ID's, I'm guessing that might be the problem.