Skip to content

Commit

Permalink
Remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Jan 11, 2024
1 parent b623f97 commit 0e85444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/eko/evolution_operator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,6 @@ def compute_aem_list(self):
a_s, aem = couplings.a(scale_to=mu2_half, nf_to=self.nf)
a_half[step] = [a_s, aem]
mu2_l = mu2_h
print(as_list.tolist())
print(a_half.tolist())
return as_list, a_half

@property
Expand Down

0 comments on commit 0e85444

Please sign in to comment.