Skip to content
Snippets Groups Projects
Commit 2cba4533 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

fix views.py

parent e54d5065
Branches
No related tags found
1 merge request!86make latest developments available
Pipeline #204519 failed
......@@ -11,7 +11,7 @@ regions = dict(
np.genfromtxt('services/htap_regions_tier1/regions.csv',
delimiter=',',
skip_header=1,
converters={0: lambda x: x.decode('utf-8'), 1: lambda x: float(x)})
converters={0: lambda x: str(x), 1: lambda x: float(x)})
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment