Skip to content

Commit 7b22242

Browse files
committed
removing random pd. in decarb clock
1 parent a7d920c commit 7b22242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nyisotoolkit/nyisovis/nyisovis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def fig_decarbonization_clock(self):
417417
ax.set_title(f'Decarbonization Clock ({self.year})', y=0.91)
418418

419419
# Save
420-
file = pl.Path(self.out_dir,f'{self.year}_pd.decarbonization_clock.png')
420+
file = pl.Path(self.out_dir,f'{self.year}_decarbonization_clock.png')
421421
fig.savefig(file, bbox_inches='tight', transparent=True)
422422

423423
def fig_demand_pdf(self, cumulative=False):

0 commit comments

Comments
 (0)