Skip to content

Commit 16e0cb5

Browse files
minor changes for the title in the plot
1 parent 4a677c3 commit 16e0cb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

autoplex/data/common/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,9 @@ def plot_energy_forces(
727727
fig.set_size_inches(15, 20)
728728
ax_list = ax_list.flat[:]
729729

730-
pretty_species_list = str(species_list).replace("['", "").replace("']", "")
730+
pretty_species_list = (
731+
str(species_list).replace("['", "").replace("']", "").replace("'", "")
732+
)
731733

732734
energy_plot(train_name, "quip_" + train_name, ax_list[0], "Energy on training data")
733735
# rmse_train =

0 commit comments

Comments
 (0)