Open alephcero opened 4 years ago
Function _select_buildings() fails when self.target_units is a pd.DataFrame. While in the first lines checks for the target_units type, then [it gets used in followings functions disregarding it](_select_buildings()).
self.target_units
pd.DataFrame
target_units
Function _select_buildings() fails when
self.target_units
is apd.DataFrame
. While in the first lines checks for thetarget_units
type, then [it gets used in followings functions disregarding it](_select_buildings()).