TCLB
TCLB copied to clipboard
Fix leak in Sampler
During using Sampler I realised that added points are not cleared on finalising. This means next time Sampler is used (e.g. if used inside two successive Solve handlers) previous points from the previous Sampler would still be there and would be unexpectedly present in the output.
This fixes it.