eflips-depot 4.3.13__tar.gz → 4.3.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/PKG-INFO +1 -1
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/api/private/smart_charging.py +1 -1
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/rating.py +0 -1
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/pyproject.toml +1 -1
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/LICENSE.md +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/README.md +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/__init__.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/api/__init__.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/api/defaults/default_settings.json +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/api/private/__init__.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/api/private/depot.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/api/private/util.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/configuration.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/depot.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/evaluation.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/filters.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/input_epex_power_price.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/__init__.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/doc/__init__.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/doc/direct_details.pdf +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/evaluation.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/opt_tools/__init__.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/opt_tools/crossover.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/opt_tools/fitness_util.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/opt_tools/init.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/opt_tools/mutation.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/optimize_c_urfd.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/packing.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/settings.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/template_creation.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/util.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/plots.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/processes.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/resources.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/settings_config.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/simple_vehicle.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/simulation.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/smart_charging.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/standalone.py +0 -0
- {eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/validation.py +0 -0
|
@@ -135,7 +135,7 @@ def optimize_charging_events_even(charging_events: List[Event]) -> None:
|
|
|
135
135
|
optimized_power, params_for_event["max_power"]
|
|
136
136
|
)
|
|
137
137
|
|
|
138
|
-
if not np.all(optimized_power_capped
|
|
138
|
+
if not np.all(optimized_power_capped == optimized_power):
|
|
139
139
|
# If the power draw is capped, we will just use the mean power draw
|
|
140
140
|
optimized_power = params_for_event["charging_allowed"] * mean_power
|
|
141
141
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.py
RENAMED
|
File without changes
|
{eflips_depot-4.3.13 → eflips_depot-4.3.15}/eflips/depot/layout_opt/opt_tools/fitness_util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|