POSYDON-code / POSYDON

POSYDON is a next-generation single and binary-star population synthesis code incorporating full stellar structure and evolution modeling with the use of MESA.
BSD 3-Clause "New" or "Revised" License
25 stars 19 forks source link

Another place where we need to adjust the RLO condition #348

Open mkruckow opened 4 days ago

mkruckow commented 4 days ago

In addition to PR #334 : We need to adjust the RLO condition in scrubbing.py, because this is used to detect RLO for the grids starting at RLO instead of the other functions, which were already adjusted in the previous PR.

I hope that's the last place in the code. It's bad, that we have code for the same kind of check at so many different places in the code.