TeamCOMPAS / COMPAS

COMPAS rapid binary population synthesis code
http://compas.science
MIT License
65 stars 66 forks source link

Two massless remnants leading to errors in plotting script #980

Closed ilyamandel closed 1 year ago

ilyamandel commented 1 year ago

The plotting script chokes on this example. It shouldn’t — COMPAS runs just fine, though it does claim to produce two massless remnants. (Whether that behaviour by COMPAS is problematic is, perhaps, a separate question? -- Edit: in retrospect, just two PISNe following CHE, all good.)

COMPAS --initial-mass-1 80 --initial-mass-2 75 -a 0.1 -n 1 --detailed-output --random-seed 0 --metallicity 0.001

python3 plot_detailed_evolution.py COMPAS_Output/Detailed_Output/BSE_Detailed_Output_0.h5

ilyamandel commented 1 year ago

Thank you, @reinhold-willcox !