Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Sep 21, 2023
1 parent 38d8195 commit 13912cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvgp/sparse_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_future_results(self, futures, info = False):
res.append((SparseCov_sub,ranges[0],ranges[1]))

self.insert_many(res)
if info = True: print(" Size of the current covariance matrix: ", self.K.count_nonzero(), flush = True)
if info: print(" Size of the current covariance matrix: ", self.K.count_nonzero(), flush = True)
return 0

"""
Expand Down

0 comments on commit 13912cf

Please sign in to comment.