Skip to content

Commit

Permalink
Fix technology potentials category name
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Feb 17, 2020
1 parent 2f1ab15 commit 6228489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cea/plots/technology_potentials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class SolarTechnologyPotentialsPlotBase(cea.plots.PlotBase):
"""Implements properties / methods used by all plots in this category"""
category_name = "solar-technology-potentials"
category_name = "technology-potentials"

# default parameters for plots in this category - override if your plot differs
expected_parameters = {
Expand Down

0 comments on commit 6228489

Please sign in to comment.