Skip to content

Commit

Permalink
Fix bugs, get 600k kids and 1.5bn revenue
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Jun 28, 2024
1 parent ba1a7db commit 34d0408
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def formula(person, period, parameters):
.clip(0, 100)
.values.astype(numpy.int64)
)
STUDENT_POPULATION_ADJUSTMENT_FACTOR = 1
STUDENT_POPULATION_ADJUSTMENT_FACTOR = 1.1

p_attends_private_school = (
np.array(
Expand Down Expand Up @@ -75,7 +75,6 @@ def formula(household, period, parameters):

return (
num_children
* num_children
* avg_yearly_private_school_cost
* private_school_vat_rate
* private_school_vat_basis
Expand Down

0 comments on commit 34d0408

Please sign in to comment.