mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
Path
This commit is contained in:
parent
d2a83f6ea4
commit
471788f11d
@ -33,7 +33,12 @@ def create_ems_instance(tmp_config: AppConfig) -> EnergieManagementSystem:
|
|||||||
|
|
||||||
# 1h Load to Sub 1h Load Distribution -> SelfConsumptionRate
|
# 1h Load to Sub 1h Load Distribution -> SelfConsumptionRate
|
||||||
sc = self_consumption_probability_interpolator(
|
sc = self_consumption_probability_interpolator(
|
||||||
Path(__file__).parent.resolve() / ".." / "data" / "regular_grid_interpolator.pkl"
|
Path(__file__).parent.resolve()
|
||||||
|
/ ".."
|
||||||
|
/ "src"
|
||||||
|
/ "akkudoktoreos"
|
||||||
|
/ "data"
|
||||||
|
/ "regular_grid_interpolator.pkl"
|
||||||
)
|
)
|
||||||
|
|
||||||
akku.reset()
|
akku.reset()
|
||||||
|
@ -32,7 +32,12 @@ def create_ems_instance(tmp_config: AppConfig) -> EnergieManagementSystem:
|
|||||||
|
|
||||||
# 1h Load to Sub 1h Load Distribution -> SelfConsumptionRate
|
# 1h Load to Sub 1h Load Distribution -> SelfConsumptionRate
|
||||||
sc = self_consumption_probability_interpolator(
|
sc = self_consumption_probability_interpolator(
|
||||||
Path(__file__).parent.resolve() / ".." / "data" / "regular_grid_interpolator.pkl"
|
Path(__file__).parent.resolve()
|
||||||
|
/ ".."
|
||||||
|
/ "src"
|
||||||
|
/ "akkudoktoreos"
|
||||||
|
/ "data"
|
||||||
|
/ "regular_grid_interpolator.pkl"
|
||||||
)
|
)
|
||||||
|
|
||||||
akku.reset()
|
akku.reset()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user