Skip to content

Commit

Permalink
Mixed poisson distributed in work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Jul 18, 2024
1 parent aa5c581 commit 64f668a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def generate_training_set(samples=num_pod_samples_sigma):
for mu_index in cpu_indices_sigma:
print(f"Parameter number {mu_index+1} of {para_matrix_sigma.shape[0]}: {para_matrix_sigma[mu_index,:]}")
solution_sigma, solution_u = problem_parametric.solve(para_matrix_sigma[mu_index, :])
snapshot_arrays_sigma[mu_index, rstart_sigma:rend_sigma] = solution.vector[rstart_sigma:rend_sigma]
snapshot_arrays_sigma[mu_index, rstart_sigma:rend_sigma] = solution_sigma.vector[rstart_sigma:rend_sigma]

world_comm.barrier()

Expand Down

0 comments on commit 64f668a

Please sign in to comment.