Skip to content

Commit e44bbef

Browse files
committed
Resolving a merge conflict that came from ammending the previous commit
2 parents 6840872 + 16da569 commit e44bbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/epidemik/EpiModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def _new_cases(self, population: np.ndarray, time: float, pos: Dict) -> np.ndarr
198198

199199
return diff
200200

201-
def plot(self, title: Union[str, None]= None, normed: bool = True, show: bool = True, ax: plt.Axes = None, **kwargs):
201+
def plot(self, title: Union[str, None]= None, normed: bool = True, show: bool = True, ax: Union[plt.Axes, None] = None, **kwargs):
202202
"""
203203
Convenience function for plotting
204204

0 commit comments

Comments
 (0)