FormingWorlds / PROTEUS

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.
https://proteus-code.readthedocs.io
Apache License 2.0
11 stars 1 forks source link

Font fix for headless linux systems #25

Closed nichollsh closed 1 year ago

nichollsh commented 1 year ago

Previously, PROTEUS was set up to plot using Arial only. This caused problems when running the code on systems without Arial installed, including the AOPP cluster.

I also noticed a bug in the plotting functions where the 'times' array was compared using ==, which is always consistent. A minor change to the default value of 'times' fixed this.

nichollsh commented 1 year ago

Thank you!