[python][samplers] use __call__ to be in agreement with c++ impl
Entities are sampled from sampler classes in the C++ code by calling the operator(). In order to streamline the Python implementation, we used the name __call__ in the python classes to get the same syntax.
Please register or sign in to comment