Skip to content

Commit fd77c4a

Browse files
committed
removed debug print statements as test suite appears to be passing again remotely on github
1 parent e83a2ca commit fd77c4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ares/solvers/UniformBackground.py

-4
Original file line numberDiff line numberDiff line change
@@ -1120,10 +1120,6 @@ def _flux_generator_generic(self, energies, redshifts, ehat, tau=None,
11201120
11211121
"""
11221122

1123-
print('hi', my_id, energies.shape, redshifts.shape, ehat.shape)
1124-
if tau is not None:
1125-
print(tau.shape)
1126-
11271123
# Some stuff we need
11281124
x = 1. + redshifts
11291125
xsq = x**2

0 commit comments

Comments
 (0)