Skip to content

Commit

Permalink
adding debug to flux_generator_generic for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mirochaj committed Aug 28, 2023
1 parent c6c3344 commit e83a2ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ares/solvers/UniformBackground.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,10 @@ 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 e83a2ca

Please sign in to comment.