Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbunke committed Oct 27, 2018
1 parent 299daaf commit 4574e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ego/tools/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ def convert_to_hex(rgba_color):
# save results as csv
csv_print = False

if csv_print = True:
if csv_print == True:
geo_lines2 = pd.concat([y0, x0, y1, x1],
axis=1,
join_axes=[y0.index])
Expand Down

0 comments on commit 4574e07

Please sign in to comment.