`operator.get_conn` inconsistency
Created by: PhilipVinc
according to py_operator.hpp
, operator.get_conn(v)
in python should return the new states, instead it returns (and is tested to return) the delta of the configurations...
We should fix the docs