Merge branch 'fix-state_space_cython-misc' into install_fixes

This commit is contained in:
Alexander Pitchford 2019-01-10 11:57:48 +00:00
commit da039ef725

View file

@ -493,7 +493,7 @@ cdef class AQcompute_batch_Cython(Q_handling_Cython):
U,S,Vh = self.Q_svd_dict[matrix_index]
square_root = U * np.sqrt(S)
self.Q_suqare_root_dict[matrix_index] = square_root
self.Q_square_root_dict[matrix_index] = square_root
return square_root