Closed jchiang87 closed 2 years ago
I'm getting a ZeroDivisionError at this line when remaining_flux = 0.
ZeroDivisionError
remaining_flux = 0
I guess I'm surprised this ever turned up. I had to use a galaxy with two components at the end, both with zero flux. But here is the fix: #1171.
I'm getting a
ZeroDivisionError
at this line whenremaining_flux = 0
.