Skip to content

Commit

Permalink
Fix indent after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineHaas committed May 28, 2024
1 parent 95e373e commit 1e896ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/oemof/solph/_energy_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ def __init__(
"please report them."
)
warnings.warn(msg, debugging.ExperimentalFeatureWarning)
self._extract_periods_years()
self._extract_periods_matrix()
self._extract_end_year_of_optimization()
self.use_remaining_value = use_remaining_value
self.representative_years = use_representative_years
self._extract_periods_years()
self._extract_periods_matrix()
self._extract_end_year_of_optimization()
self.use_remaining_value = use_remaining_value
self.representative_years = use_representative_years

def _extract_periods_years(self):
"""Map years in optimization to respective period based on time indices
Expand Down

0 comments on commit 1e896ba

Please sign in to comment.