Closed reinhold-willcox closed 3 years ago
@reinhold-willcox -- I ran your code and can't reproduce the problem, I am getting two supernovae in the output file.
I can confirm Ilya's result - I executed the command specified above for both CSV file output and hdf5 file output (just in case) and got 2 entries in the SN file both times. I used v02.18.04.
@reinhold-willcox are you running a clean version of COMPAS (i.e. no custom changes)? If you are, can you check your build - maybe 'make clean' and do a clean build, and try again? If you continue to see only one entry in the SN file then we'll have to do a bit more investigation.
I'm not seeing the behavior anymore, so I will close this issue unless/until it pops up again...
Describe the bug The 2nd SN is not printing if the first one is disruptive. This is a new change following PR #507 (sorry Simon to throw you under the bus!).
The issue can be fixed by reverting the line in BaseBinaryStar.cpp in that commit, from:
to
However, that just opens up Simon's issue again, so this may require more thought. Also, I see I was tagged in the other PR, but I must have overlooked it, that's on me.
Label the issue
urgency_moderate
- This is a moderately urgent issueseverity_moderate
- This is a moderately severe bugTo Reproduce Steps to reproduce the behavior:
This system results in 2 NSs (disrupted at first SN), but if run on the current version of dev, only one SN shows up in the output. (If the line above is corrected, both SNe appear).
Expected behavior Both SNe show up.
Versioning (please complete the following information):