Skip to content

Commit

Permalink
fix error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqiww committed Jul 26, 2024
1 parent 176760c commit 9d172b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baus/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ def effective_max_dua(zoning_existing, parcels):

s = pd.concat([s, strategy_max_dua], axis=1).max(axis=1)

# 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
# i.e. don't let the downzoning operation accidentally upzone

strategy_min_dua = orca.get_table("zoning_strategy").dua_down
Expand Down

0 comments on commit 9d172b8

Please sign in to comment.