geo-activity-playground 1.5.0__py3-none-any.whl → 1.5.2__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.
- geo_activity_playground/webui/blueprints/explorer_blueprint.py +1 -1
- geo_activity_playground/webui/blueprints/hall_of_fame_blueprint.py +2 -2
- {geo_activity_playground-1.5.0.dist-info → geo_activity_playground-1.5.2.dist-info}/METADATA +1 -1
- {geo_activity_playground-1.5.0.dist-info → geo_activity_playground-1.5.2.dist-info}/RECORD +7 -7
- {geo_activity_playground-1.5.0.dist-info → geo_activity_playground-1.5.2.dist-info}/LICENSE +0 -0
- {geo_activity_playground-1.5.0.dist-info → geo_activity_playground-1.5.2.dist-info}/WHEEL +0 -0
- {geo_activity_playground-1.5.0.dist-info → geo_activity_playground-1.5.2.dist-info}/entry_points.txt +0 -0
@@ -79,11 +79,11 @@ def _nominate_activities_inner(
|
|
79
79
|
if variable in meta.columns and not pd.isna(meta[variable]).all():
|
80
80
|
try:
|
81
81
|
i = meta[variable].idxmax()
|
82
|
-
except
|
82
|
+
except (KeyError, TypeError):
|
83
83
|
print(meta[variable].tolist())
|
84
84
|
print(f"{meta[variable].dtype=}")
|
85
85
|
logger.error(f"Trying to work with {variable=}.")
|
86
|
-
|
86
|
+
raise
|
87
87
|
else:
|
88
88
|
value = meta.loc[i, variable]
|
89
89
|
format_applied = format_str.format(value)
|
@@ -71,9 +71,9 @@ geo_activity_playground/webui/blueprints/calendar_blueprint.py,sha256=SmOu5AfNNo
|
|
71
71
|
geo_activity_playground/webui/blueprints/eddington_blueprints.py,sha256=Ya5GJxfVESwmRlgMTYe9g75g8JHHTAAvYFmSD-3Uz4Q,8987
|
72
72
|
geo_activity_playground/webui/blueprints/entry_views.py,sha256=SDCzpUSb1FAb84tM0SnmrZQvtaTlO-Rqdj94hyIMDSc,2936
|
73
73
|
geo_activity_playground/webui/blueprints/equipment_blueprint.py,sha256=8L_7NZGErvu4jyigi2gg7HN_gegZRdsSFahUH7Dz6Lw,5727
|
74
|
-
geo_activity_playground/webui/blueprints/explorer_blueprint.py,sha256=
|
74
|
+
geo_activity_playground/webui/blueprints/explorer_blueprint.py,sha256=6ldVAKhYLNSnkI4X_NbuKtnV_Pm9t_Bm5UZOJoiLN_s,20835
|
75
75
|
geo_activity_playground/webui/blueprints/export_blueprint.py,sha256=C9yFH5gEJs2YtWE-EhcGDEyGwwaLgC1umybgIRi6duE,1036
|
76
|
-
geo_activity_playground/webui/blueprints/hall_of_fame_blueprint.py,sha256=
|
76
|
+
geo_activity_playground/webui/blueprints/hall_of_fame_blueprint.py,sha256=9CfcXE7v-p6IDR4L6ccBmSXlt89xTwitYetSF8xxI9g,3138
|
77
77
|
geo_activity_playground/webui/blueprints/heatmap_blueprint.py,sha256=5LlYKMeOMIE7c3xGRZ52ld4Jxtdc3GNcb6lvt3v7NVA,8435
|
78
78
|
geo_activity_playground/webui/blueprints/photo_blueprint.py,sha256=ql8gfJ-HYgy99PXPHGdbF_sp5wHsxjePQjWJipfpw1A,7250
|
79
79
|
geo_activity_playground/webui/blueprints/plot_builder_blueprint.py,sha256=nGtYblRTJ0rasJvl_L35cs1Iry4LONPy_9TY4ytXB-Q,3838
|
@@ -174,8 +174,8 @@ geo_activity_playground/webui/templates/summary/vega-chart.html.j2,sha256=mw8Hti
|
|
174
174
|
geo_activity_playground/webui/templates/time_zone_fixer/index.html.j2,sha256=s9r6BJMXmd7kLSyjkvH4xLi6e01S5bpGRcMgMMJyCAE,1760
|
175
175
|
geo_activity_playground/webui/templates/upload/index.html.j2,sha256=I1Ix8tDS3YBdi-HdaNfjkzYXVVCjfUTe5PFTnap1ydc,775
|
176
176
|
geo_activity_playground/webui/templates/upload/reload.html.j2,sha256=YZWX5eDeNyqKJdQAywDBcU8DZBm22rRBbZqFjrFrCvQ,556
|
177
|
-
geo_activity_playground-1.5.
|
178
|
-
geo_activity_playground-1.5.
|
179
|
-
geo_activity_playground-1.5.
|
180
|
-
geo_activity_playground-1.5.
|
181
|
-
geo_activity_playground-1.5.
|
177
|
+
geo_activity_playground-1.5.2.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
|
178
|
+
geo_activity_playground-1.5.2.dist-info/METADATA,sha256=smMUq_xNvcfzZpxkimkxsJG7OkBD52yEARb7M8Qqc74,1890
|
179
|
+
geo_activity_playground-1.5.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
180
|
+
geo_activity_playground-1.5.2.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
|
181
|
+
geo_activity_playground-1.5.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{geo_activity_playground-1.5.0.dist-info → geo_activity_playground-1.5.2.dist-info}/entry_points.txt
RENAMED
File without changes
|