Skip to content
Snippets Groups Projects
Commit 1e3536f8 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

add a TODO about removing a workaround

parent cf2da7c1
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment