Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dusylvain committed Jul 29, 2024
1 parent 0b59b2f commit 8e3cc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_survey_manager/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, simulation, target_margins, period, target_entity_count = Non
variable_instance_by_variable_name[variable].entity.key
for variable in margin_variables
)
self.entities=entities
self.entities = entities

if len(entities) == 0:
assert target_entity_count != 0
Expand Down

0 comments on commit 8e3cc63

Please sign in to comment.