Skip to content

Commit

Permalink
removed debug print statements as test suite appears to be passing ag…
Browse files Browse the repository at this point in the history
…ain remotely on github
  • Loading branch information
mirochaj committed Aug 28, 2023
1 parent e83a2ca commit fd77c4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ares/solvers/UniformBackground.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,10 +1120,6 @@ def _flux_generator_generic(self, energies, redshifts, ehat, tau=None,
"""

print('hi', my_id, energies.shape, redshifts.shape, ehat.shape)
if tau is not None:
print(tau.shape)

# Some stuff we need
x = 1. + redshifts
xsq = x**2
Expand Down

0 comments on commit fd77c4a

Please sign in to comment.