Yes Matthew, that is exactly my issue with that line (and many other linear 
algebra-heavy parts of skimage).

On 11 Jul 2017, 6:43 PM +1000, Matthew Brett <matthew.br...@gmail.com>, wrote:
> Hi,
>
> Certainly no need to duck, from my point view - but for this:
>
> On Tue, Jul 11, 2017 at 3:07 AM, Juan Nunez-Iglesias
> > Beautiful linalg syntax ruined by using Python 2.7
> > https://github.com/scikit-image/scikit-image/pull/2394#discussion_r94191032
>
> - do you mean differences like:
>
> D1 = np.vstack([x.dot(x), x.dot(y), y.dot(y)]).T
>
> compared to:
>
> D1 = np.vstack([x @ x, x @ y, y @ y]).T
>
> ?
>
> Cheers,
>
> Matthew
> _______________________________________________
> scikit-image mailing list
> scikit-image@python.org
> https://mail.python.org/mailman/listinfo/scikit-image
_______________________________________________
scikit-image mailing list
scikit-image@python.org
https://mail.python.org/mailman/listinfo/scikit-image

Reply via email to