Skip to content

Commit

Permalink
Reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
Halvor Lund committed Jun 3, 2024
1 parent 925483f commit 74804db
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions linerate/models/cigre207.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
dimensionless,
math,
solar_angles,
solar_heating, )
solar_heating,
)
from linerate.equations.math import switch_cos_sin
from linerate.models.thermal_model import ThermalModel, _copy_method_docstring
from linerate.types import Span, Weather
Expand All @@ -13,11 +14,7 @@

class Cigre207(ThermalModel):
def __init__(
self,
span: Span,
weather: Weather,
time: Date,
include_diffuse_radiation: bool = True
self, span: Span, weather: Weather, time: Date, include_diffuse_radiation: bool = True
):
super().__init__(span, weather)
self.time = time
Expand Down

0 comments on commit 74804db

Please sign in to comment.