From 0965f7c9e12078e92e2525c3958053da0310c456 Mon Sep 17 00:00:00 2001 From: markus Date: Mon, 1 Mar 2021 18:28:47 +0100 Subject: [PATCH] fix typo --- cara/montecarlo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index c9214fd2..cd006774 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -1111,7 +1111,7 @@ def print_qd_info(model: MCExposureModel) -> None: f"99th:\t{np.percentile(qds, 99)}\n") -def compare_viruses_qr() -> False: +def compare_viruses_qr() -> None: # A list of 7 colors corresponding to each of the boxes # Can be represented as hex-strings (e.g. '#FF0000') or tuples of numbers on the interval [0, 1] (e.g. (1, 0, 0)) colors = [(1, 0, 0), (0, 1, 0), (0, 0, 1)] + [(x, x, x) for x in np.linspace(0.1, 0.9, 4)]