Skip to content

Commit

Permalink
mixed_poisson projection error in work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Jul 21, 2024
1 parent a80202a commit 3bcd88b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def generate_projection_error_set(num_projection_samples=10):
[0.4, 0.6], [0.4, 0.6],
[2.5, 3.5]])
sampling = LHS(xlimits=xlimits)
training_set = sampling(num_ann_samples)
training_set = sampling(num_projection_samples)
return training_set

if world_comm.rank == 0:
Expand Down

0 comments on commit 3bcd88b

Please sign in to comment.