Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
mghosh00 committed Apr 17, 2024
1 parent 01ea903 commit db9413d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def setUp(self) -> None:
person_1_0_0_0.age = 65
person_1_0_0_0.care_home_resident = True
person_1_0_0_1 = microcell_1_0.households[0].persons[1]
person_1_0_0_1
person_1_0_0_1.age_group = 8
person_1_0_0_1.age = 40
self.dem_file_params = {"output_dir":
"pyEpiabm/pyEpiabm/tests/test_output/mock"}
Expand Down

0 comments on commit db9413d

Please sign in to comment.