mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Merge branch 'fix-state_space_cython-misc' into install_fixes
This commit is contained in:
commit
da039ef725
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue