Skip to content

Commit

Permalink
Addressing code scanning alert #146.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Dec 4, 2023
1 parent cab3168 commit f152d70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easyvvuq/sampling/mc_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def __init__(self, vary, n_mc_samples, **kwargs):
self.n_params = len(vary)
# the number of MC samples, for each of the n_params + 2 input matrices
self.n_mc_samples = n_mc_samples
self.vary = Vary(vary)
self.count = 0
# joint distribution
self.joint = cp.J(*list(vary.values()))
Expand Down

0 comments on commit f152d70

Please sign in to comment.