pycityagent 2.0.0a46__cp311-cp311-macosx_11_0_arm64.whl → 2.0.0a47__cp311-cp311-macosx_11_0_arm64.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.
- pycityagent/simulation/agentgroup.py +4 -4
- {pycityagent-2.0.0a46.dist-info → pycityagent-2.0.0a47.dist-info}/METADATA +1 -1
- {pycityagent-2.0.0a46.dist-info → pycityagent-2.0.0a47.dist-info}/RECORD +7 -7
- {pycityagent-2.0.0a46.dist-info → pycityagent-2.0.0a47.dist-info}/LICENSE +0 -0
- {pycityagent-2.0.0a46.dist-info → pycityagent-2.0.0a47.dist-info}/WHEEL +0 -0
- {pycityagent-2.0.0a46.dist-info → pycityagent-2.0.0a47.dist-info}/entry_points.txt +0 -0
- {pycityagent-2.0.0a46.dist-info → pycityagent-2.0.0a47.dist-info}/top_level.txt +0 -0
@@ -302,9 +302,9 @@ class AgentGroup:
|
|
302
302
|
else:
|
303
303
|
_day = await self.simulator.get_simulator_day()
|
304
304
|
if simulator_t is not None:
|
305
|
-
_t = await self.simulator.get_simulator_second_from_start_of_day()
|
306
|
-
else:
|
307
305
|
_t = simulator_t
|
306
|
+
else:
|
307
|
+
_t = await self.simulator.get_simulator_second_from_start_of_day()
|
308
308
|
if not issubclass(type(self.agents[0]), InstitutionAgent):
|
309
309
|
for agent in self.agents:
|
310
310
|
_date_time = datetime.now(timezone.utc)
|
@@ -414,9 +414,9 @@ class AgentGroup:
|
|
414
414
|
else:
|
415
415
|
_day = await self.simulator.get_simulator_day()
|
416
416
|
if simulator_t is not None:
|
417
|
-
_t = await self.simulator.get_simulator_second_from_start_of_day()
|
418
|
-
else:
|
419
417
|
_t = simulator_t
|
418
|
+
else:
|
419
|
+
_t = await self.simulator.get_simulator_second_from_start_of_day()
|
420
420
|
# data already acquired from Avro part
|
421
421
|
if len(_statuses_time_list) > 0:
|
422
422
|
for _status_dict, _date_time in _statuses_time_list:
|
@@ -1,9 +1,9 @@
|
|
1
|
-
pycityagent-2.0.
|
2
|
-
pycityagent-2.0.
|
3
|
-
pycityagent-2.0.
|
4
|
-
pycityagent-2.0.
|
5
|
-
pycityagent-2.0.
|
6
|
-
pycityagent-2.0.
|
1
|
+
pycityagent-2.0.0a47.dist-info/RECORD,,
|
2
|
+
pycityagent-2.0.0a47.dist-info/LICENSE,sha256=n2HPXiupinpyHMnIkbCf3OTYd3KMqbmldu1e7av0CAU,1084
|
3
|
+
pycityagent-2.0.0a47.dist-info/WHEEL,sha256=DQkJubmXvyOE1DlaPsfq9czNuGB2yvzYGbMABjt_JVM,109
|
4
|
+
pycityagent-2.0.0a47.dist-info/entry_points.txt,sha256=BZcne49AAIFv-hawxGnPbblea7X3MtAtoPyDX8L4OC4,132
|
5
|
+
pycityagent-2.0.0a47.dist-info/top_level.txt,sha256=yOmeu6cSXmiUtScu53a3s0p7BGtLMaV0aff83EHCTic,43
|
6
|
+
pycityagent-2.0.0a47.dist-info/METADATA,sha256=YwAfusA9UF3yJ6mdI8cVU81n5gZJISLcSK7dPiDE0W4,9125
|
7
7
|
pycityagent/pycityagent-sim,sha256=n96jlVZRINlBec5SPOGAdUmeLWMoEKGgoH29iOVJ0wE,34081890
|
8
8
|
pycityagent/__init__.py,sha256=fv0mzNGbHBF6m550yYqnuUpB8iQPWS-7EatYRK7DO4s,693
|
9
9
|
pycityagent/pycityagent-ui,sha256=cHZjqtrQ4Fh4qtRahFNCNbT2DNHLmUexiDAa-72Z3RQ,40333378
|
@@ -29,7 +29,7 @@ pycityagent/memory/faiss_query.py,sha256=Z0JS4udyPYCIzHMq464QtHscnswu35gh9fQptik
|
|
29
29
|
pycityagent/memory/state.py,sha256=TYItiyDtehMEQaSBN7PpNrnNxdDM5jGppr9R9Ufv3kA,5134
|
30
30
|
pycityagent/simulation/simulation.py,sha256=Vrt2hr9AsKG9VEwY90R9mmUR9TxifshUfSYpzW5LOXo,23317
|
31
31
|
pycityagent/simulation/__init__.py,sha256=P5czbcg2d8S0nbbnsQXFIhwzO4CennAhZM8OmKvAeYw,194
|
32
|
-
pycityagent/simulation/agentgroup.py,sha256
|
32
|
+
pycityagent/simulation/agentgroup.py,sha256=-MnrM8pH7dyGTj2DL6TRH4AD9HsvEZ1dEF3xOfmbs_4,25933
|
33
33
|
pycityagent/simulation/storage/pg.py,sha256=5itxKOkNPlOzN7z2_3oKU1ZK0uLTDugfld8ZkRbD69I,8407
|
34
34
|
pycityagent/message/__init__.py,sha256=TCjazxqb5DVwbTu1fF0sNvaH_EPXVuj2XQ0p6W-QCLU,55
|
35
35
|
pycityagent/message/messager.py,sha256=uKXArXOMZGK2fE86XiMtVrI_N0yTLA1EL3KdtCVK5uk,3217
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|