raise ValueError("Bin %s it not contained in this response" % this_bin)
leads the user to believe the problem lies in the response file, when in fact the problem is with the maptree not containing the bin that is attempted to be used. I can fix this next week if no one gets to it before then, possibly at the workshop.
On line 254 in
HAL.py
, the error messageraise ValueError("Bin %s it not contained in this response" % this_bin)
leads the user to believe the problem lies in the response file, when in fact the problem is with the maptree not containing the bin that is attempted to be used. I can fix this next week if no one gets to it before then, possibly at the workshop.