eflips-depot 4.3.8__tar.gz → 4.3.9__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.
Potentially problematic release.
This version of eflips-depot might be problematic. Click here for more details.
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/PKG-INFO +1 -1
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/depot.py +1 -1
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/pyproject.toml +1 -1
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/LICENSE.md +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/README.md +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/__init__.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/api/__init__.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/api/defaults/default_settings.json +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/api/private/__init__.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/api/private/depot.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/api/private/smart_charging.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/api/private/util.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/configuration.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/evaluation.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/filters.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/input_epex_power_price.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/__init__.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/doc/__init__.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/doc/direct_details.pdf +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/evaluation.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/opt_tools/__init__.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/opt_tools/crossover.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/opt_tools/fitness_util.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/opt_tools/init.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/opt_tools/mutation.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/optimize_c_urfd.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/packing.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/settings.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/template_creation.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/util.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/plots.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/processes.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/rating.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/resources.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/settings_config.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/simple_vehicle.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/simulation.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/smart_charging.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/standalone.py +0 -0
- {eflips_depot-4.3.8 → eflips_depot-4.3.9}/eflips/depot/validation.py +0 -0
|
@@ -872,7 +872,7 @@ class DSSmart(BaseDispatchStrategy):
|
|
|
872
872
|
for parking_area_group in depot.parking_area_groups:
|
|
873
873
|
for area in parking_area_group.stores:
|
|
874
874
|
# Speedup: Skip empty areas
|
|
875
|
-
if
|
|
875
|
+
if not any(item is not None for item in area.items):
|
|
876
876
|
continue
|
|
877
877
|
|
|
878
878
|
if isinstance(area, LineArea):
|
|
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.8 → eflips_depot-4.3.9}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.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
|
|
File without changes
|
|
File without changes
|