Skip to content

Commit

Permalink
Remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenImhoff committed Dec 8, 2021
1 parent 4479e69 commit ac4363b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysteps/blending/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,8 +935,6 @@ def worker(j):
]
)
)
print(cov.shape)
print(rho_fc[1:, i].shape)
# Determine the weights for this cascade level
weights_model_only[:, i] = calculate_weights_spn(
correlations=rho_fc[1:, i], cov=cov
Expand Down

0 comments on commit ac4363b

Please sign in to comment.