You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As target_units can be either a `int` or `DataFrame`, the number of units to build could be the same `int` or come from the sum of a column in the df.
Related to #70
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.The text was updated successfully, but these errors were encountered: