From 1e3536f879a7bcd87fc8d9eb36ac0b48d3172e07 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Thu, 27 Jul 2017 22:14:24 +0200 Subject: [PATCH] add a TODO about removing a workaround --- kwant/physics/leads.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kwant/physics/leads.py b/kwant/physics/leads.py index d058a600..f2ac1a8e 100644 --- a/kwant/physics/leads.py +++ b/kwant/physics/leads.py @@ -46,6 +46,7 @@ if bdiag_broken: # skip coverage return b_mat +# TODO: Remove the workaround once we depend on scipy >= 1.0 def lstsq(a, b): """Least squares version that works also with 0-shaped matrices.""" if a.shape[1] == 0: -- GitLab