Skip to content

Commit

Permalink
distributed mixed_poisson in work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Jul 18, 2024
1 parent 762554c commit 92ee30e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,6 @@ def generate_training_set(samples=num_pod_samples_sigma):
sigma_error = reduced_problem.norm_error_sigma(sigma_sol, sigma_sol_reconstructed)
print(f"Norm reconstructed: {sigma_norm}, Error: {sigma_error}")

exit()

# Creating dataset
def generate_ann_input_set(num_ann_samples=10):
xlimits = np.array([[-5., 5.], [0.2, 0.8],
Expand Down

0 comments on commit 92ee30e

Please sign in to comment.