vancesteven / PlanetProfile

Construct 1D interior structure models based on planetary properties. Self-consistent thermodynamics are used for fluid, rock, and mineral phases. Sound speeds, attenuation, and electrical conductivities are computed as outputs.
https://vancesteven.github.io/PlanetProfile/
Other
18 stars 13 forks source link

Params.NOPLOTS prevents writing figure images to disk #15

Closed itsmoosh closed 3 years ago

itsmoosh commented 6 years ago

Params.NOPLOTS works as intended, to stop figures from being spamming while a profile is being created. However, its current implementation also prevents the image files from being written, so the user must be spammed by figure windows even if they only wanted to open one image.

This structure can be improved by only preventing the figure windows from being opened, by writing the image files to disk no matter how Params.NOPLOTS is set.

itsmoosh commented 3 years ago

This issue was addressed by commit 73766e8