eflips-depot 4.3.9__py3-none-any.whl → 4.3.10__py3-none-any.whl
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/api/__init__.py +1 -2
- {eflips_depot-4.3.9.dist-info → eflips_depot-4.3.10.dist-info}/METADATA +1 -1
- {eflips_depot-4.3.9.dist-info → eflips_depot-4.3.10.dist-info}/RECORD +5 -5
- {eflips_depot-4.3.9.dist-info → eflips_depot-4.3.10.dist-info}/LICENSE.md +0 -0
- {eflips_depot-4.3.9.dist-info → eflips_depot-4.3.10.dist-info}/WHEEL +0 -0
eflips/depot/api/__init__.py
CHANGED
|
@@ -809,7 +809,7 @@ def generate_realistic_depot_layout(
|
|
|
809
809
|
for (
|
|
810
810
|
first_last_stop_tup,
|
|
811
811
|
vehicle_type_rotation_dict,
|
|
812
|
-
) in
|
|
812
|
+
) in depot_stations_and_vehicle_types.items():
|
|
813
813
|
first_stop, last_stop = first_last_stop_tup
|
|
814
814
|
if first_stop != last_stop:
|
|
815
815
|
raise ValueError("First and last stop of a rotation are not the same.")
|
|
@@ -1005,7 +1005,6 @@ def vehicle_counts_for_direct_layout(
|
|
|
1005
1005
|
ret_val: Dict[Station, Dict[VehicleType, int]] = dict()
|
|
1006
1006
|
|
|
1007
1007
|
for depot_id_as_str, ev in depot_evaluations.items():
|
|
1008
|
-
ev = next(iter(depot_evaluations.values()))
|
|
1009
1008
|
assert isinstance(ev, DepotEvaluation)
|
|
1010
1009
|
counts: Dict[str, int] = real_peak_vehicle_count(ev)
|
|
1011
1010
|
# The key of the dictionary is the vehicle type ID as a string. We need to convert it to a vehicle type object
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
eflips/depot/__init__.py,sha256=n7jte8R6j_Ad4Mp4hkklKwil5r8u8Q_SbXrCC-nf5jM,1556
|
|
2
|
-
eflips/depot/api/__init__.py,sha256=
|
|
2
|
+
eflips/depot/api/__init__.py,sha256=jgzYf4PNuWeXjnttq_wtxfgvXkQTWA02X_x-saFqmPA,94403
|
|
3
3
|
eflips/depot/api/defaults/default_settings.json,sha256=0eUDTw_rtLQFvthP8oJL93iRXlmAOravAg-4qqGMQAY,5375
|
|
4
4
|
eflips/depot/api/private/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
eflips/depot/api/private/depot.py,sha256=IpXQR2GuEUuilP02njKpvExgSkktkyHPmcn2j_Q3YPk,21276
|
|
@@ -35,7 +35,7 @@ eflips/depot/simulation.py,sha256=ee0qTzOzG-8ybN36ie_NJallXfC7jUaS9JZvaYFziLs,10
|
|
|
35
35
|
eflips/depot/smart_charging.py,sha256=C3BYqzn2-OYY4ipXm0ETtavbAM9QXZMYULBpVoChf0E,54311
|
|
36
36
|
eflips/depot/standalone.py,sha256=VxcTzBaB67fNJUMmjPRwKXjhqTy6oQ41Coote2LvAmk,22338
|
|
37
37
|
eflips/depot/validation.py,sha256=TIuY7cQtEJI4H2VVMSuY5IIVkacEEZ67weeMuY3NSAM,7097
|
|
38
|
-
eflips_depot-4.3.
|
|
39
|
-
eflips_depot-4.3.
|
|
40
|
-
eflips_depot-4.3.
|
|
41
|
-
eflips_depot-4.3.
|
|
38
|
+
eflips_depot-4.3.10.dist-info/LICENSE.md,sha256=KB4XTk1fPHjtZCYDyPyreu6h1LVJVZXYg-5vePcWZAc,34143
|
|
39
|
+
eflips_depot-4.3.10.dist-info/METADATA,sha256=qChE3OeL0pcNAwogo3qcH4wKpuysPek-gEN4jmbdo6M,5840
|
|
40
|
+
eflips_depot-4.3.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
41
|
+
eflips_depot-4.3.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|