Ad
  • Custom User Avatar

    In find_furthest_west(), why is the min required in

    f = lambda v: min([x['position'].x for x in v])

    As I understand the script, x is only one value as f(data[a]) returns the entries at element a.

    Thanks in advance.