Closed itati01 closed 5 years ago
Hi @mdbartos, In _set_dirmap() you refer to an unexisting variable name direction_name in raise KeyError("{0} not found in grid instance".format(direction_name)). Would it be data, instead?
direction_name
raise KeyError("{0} not found in grid instance".format(direction_name))
data
Yes, that is correct. Thanks for finding these bugs!
Resolved in #73
Hi @mdbartos, In _set_dirmap() you refer to an unexisting variable name
direction_name
inraise KeyError("{0} not found in grid instance".format(direction_name))
. Would it bedata
, instead?