We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176760c commit 9d172b8Copy full SHA for 9d172b8
baus/variables.py
@@ -961,7 +961,7 @@ def effective_max_dua(zoning_existing, parcels):
961
962
s = pd.concat([s, strategy_max_dua], axis=1).max(axis=1)
963
964
- # take the min dua IFF the upzone value is less than the current value
+ # take the min dua IFF the downzone value is less than the current value
965
# i.e. don't let the downzoning operation accidentally upzone
966
967
strategy_min_dua = orca.get_table("zoning_strategy").dua_down
0 commit comments