geo-activity-playground 1.5.0__py3-none-any.whl → 1.5.1__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.
@@ -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 ValueError as e:
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
- logger.error(f"We got a ValueError: {e}")
86
+ raise
87
87
  else:
88
88
  value = meta.loc[i, variable]
89
89
  format_applied = format_str.format(value)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geo-activity-playground
3
- Version: 1.5.0
3
+ Version: 1.5.1
4
4
  Summary: Analysis of geo data activities like rides, runs or hikes.
5
5
  License: MIT
6
6
  Author: Martin Ueding
@@ -73,7 +73,7 @@ geo_activity_playground/webui/blueprints/entry_views.py,sha256=SDCzpUSb1FAb84tM0
73
73
  geo_activity_playground/webui/blueprints/equipment_blueprint.py,sha256=8L_7NZGErvu4jyigi2gg7HN_gegZRdsSFahUH7Dz6Lw,5727
74
74
  geo_activity_playground/webui/blueprints/explorer_blueprint.py,sha256=4sJcSwqyh5WxOU22IxpxkGTNWyq5MCgNeUKrCgotRcU,20828
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=bOJ6ejDS6rw8-GEGo1Lihn5DS6j0t9e8CbcbRi44Pts,3168
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.0.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
178
- geo_activity_playground-1.5.0.dist-info/METADATA,sha256=8WhNegSG-Ve0Eb9Thx6rbEC9U2txswT8EXaLmzIKMkU,1890
179
- geo_activity_playground-1.5.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
180
- geo_activity_playground-1.5.0.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
181
- geo_activity_playground-1.5.0.dist-info/RECORD,,
177
+ geo_activity_playground-1.5.1.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
178
+ geo_activity_playground-1.5.1.dist-info/METADATA,sha256=xrB1_Ang0OELXJlnj1VnI69mgmNXDPESp1gf5btX0U0,1890
179
+ geo_activity_playground-1.5.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
180
+ geo_activity_playground-1.5.1.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
181
+ geo_activity_playground-1.5.1.dist-info/RECORD,,