<div dir="ltr"><span style="font-family:arial;font-size:small">On Wed, Sep 4, 2013 at 1:14 PM, Graeme B. Bell <<a href="mailto:grb@skogoglandskap.no">grb@skogoglandskap.no</a>> wrote:</span><br>><br>> Sorry, I should have been more clear.<br>

><br>> As shown in the benchmark/example, the method is replacing the behaviour of<br>><br>>    np.any(inputs, 0)<br>><br>> not the behaviour of<br>><br>>    np.any(inputs)<br><br><div>reduce(np.logical_or, inputs, False)</div>

<div>reduce(np.logical_and, inputs, True)</div><div><br></div><div>Your fast_logic() is basically reduce().</div><div><br>--<br>Robert Kern<br></div></div>