Starting to modify exposure tests according to new Mask class
This commit is contained in:
parent
0087bff41e
commit
d7bd53c288
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ populations = [
|
|||
),
|
||||
# A population with some array component for η_inhale.
|
||||
models.Population(
|
||||
10, halftime, models.Mask(0.95, 0.15, np.array([0.3, 0.35])),
|
||||
10, halftime, models.Mask(np.array([0.3, 0.35])),
|
||||
models.Activity.types['Standing'],
|
||||
),
|
||||
# A population with some array component for inhalation_rate.
|
||||
|
|
|
|||
Loading…
Reference in a new issue