Open xidulu opened 7 months ago
Hmmm, looks like the earlier pieces of evidence are simply being ignored now, so the last call is equivalent to:
ys = calc.sample(w1, x, 1)
That's surely bad—we should throw an exception rather than accepting this.
The code below runs without exceptions, is it desired?