TNO Intern

Commit f6660051 authored by Florian Knappers's avatar Florian Knappers
Browse files

debugd issue 2

parent 5be6e03d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ class AquiferFile(NamedTuple):
    postfix: str
    newPostfix: str

ViscosityMode = Literal["KESTIN", "BATZLEWANG"]
ViscosityMode = Literal["kestin", "batzlewang"]

@dataclass(frozen=True)
class UTCConfiguration:
@@ -126,7 +126,7 @@ class UTCConfiguration:
    hp_capex: float = 600.0
    hp_opex: float = 60.0
    hp_alternative_heating_price: float = 2.8
    viscosity_mode: ViscosityMode = "BATZLEWANG"
    viscosity_mode: ViscosityMode = "batzlewang"

    # Economical data
    economic_lifetime: int = 15