Skip to content

Commit

Permalink
Merge pull request #28 from mirochaj/popIII_uvlf
Browse files Browse the repository at this point in the history
luminosity retrieval for popIII source that mirrors popII
  • Loading branch information
mirochaj committed Nov 21, 2021
2 parents 585bfc8 + d097c8f commit 672f6fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_populations_popIII.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ def test():
assert 60 <= sim.nu_C <= 115, "Global signal unreasonable!"
assert -250 <= sim.dTb_C <= -150, "Global signal unreasonable!"

# Make sure L_per_sfr works
assert sim.pops[2].src.L_per_sfr() > sim.pops[0].src.L_per_sfr()


if __name__ == '__main__':
test()

0 comments on commit 672f6fc

Please sign in to comment.