Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Oct 4, 2023
1 parent 940ea1b commit 0afec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvgp/gp2Scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def __init__(self,input_space_dim,
if self.info:
sp = self.SparsePriorCovariance.get_result().result()
print("gp2Scale successfully initiated, here is some info about the prior covariance matrix:")
print("non zero elements: ", sp.nnz))
print("non zero elements: ", sp.nnz)
print("Size in GBits: ", sp.data.nbytes/1e9)
print("Sparsity: ",sp.nnz/float(self.point_number)**2)
if self.point_number <= 5000:
Expand Down

0 comments on commit 0afec30

Please sign in to comment.