Solving a failing mypy test in test_full_algorithm
This commit is contained in:
parent
266a3727e8
commit
ec6add4881
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class SimpleShortRangeModel:
|
|||
x = np.array(self.distance)
|
||||
dilution = np.empty(x.shape, dtype=np.float64)
|
||||
# Exhalation airflow, as per Jia et al. (2022), m^3/s
|
||||
Q_exh = self.φ * np.array(self.breathing_rate/3600)
|
||||
Q_exh: _VectorisedFloat = self.φ * np.array(self.breathing_rate/3600)
|
||||
# The expired flow velocity at the noozle (mouth opening), m/s
|
||||
u0 = np.array(Q_exh/(np.pi/4. * self.mouth_diameter**2))
|
||||
# Parameters in the jet-like stage
|
||||
|
|
|
|||
Loading…
Reference in a new issue