Closed zachboots closed 10 months ago
Hey,
So I import sarracen
I import my dump file of a white dwarf star by... sdf = sarracen.read_phantom('star2_00010')
I can view the table of sdf and it's values seem fine
I then try to render a plot by sdf.render('rho')
I end up receiving this error "ValueError: cannot convert float NaN to integer"
I've attached the full error text...
Any help to resolve this issue would be greatly appreciated, thanks.
Hey,
So I import sarracen
I import my dump file of a white dwarf star by... sdf = sarracen.read_phantom('star2_00010')
I can view the table of sdf and it's values seem fine
I then try to render a plot by sdf.render('rho')
I end up receiving this error "ValueError: cannot convert float NaN to integer"
I've attached the full error text...
Any help to resolve this issue would be greatly appreciated, thanks.