WaterNet
WaterNet copied to clipboard
Issue with lambda statement using python 3.5
Hi, Lambda definition is- get_path = lambda tiles, pos, path : path Lambda call is- sorted_by_path = sorted(labels, key=get_path)
Call to lambda with multiple positional arguments must be accompanied with arguments, but now there arises a error:-
TypeError:
File name=geo_util.py
I don't know if anyone will respond to my issue.