xzackli / Bolt.jl

differentiable boltzmann code
MIT License
42 stars 5 forks source link

fix #32 by updating unpack in source function for new rel nu #33

Closed xzackli closed 3 years ago

xzackli commented 3 years ago

Thanks to @jmsull for adding a relativistic neutrino component. This broke the Newtonian source function. Probably should have something more robust for unpacking.

jmsull commented 3 years ago

Sorry! I ignored the source function at the time since I wasn't looking at it but should've checked it.

xzackli commented 3 years ago

Oh it's no problem -- I am a believer in the "merge to master, then fix" workflow. Otherwise PRs never get merged!