From cced851d4a22c04cca19e4932e2ae0b09bca5268 Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Tue, 17 Sep 2024 10:26:24 +0100 Subject: [PATCH] Add names --- notebooks/flow/reconstruction_comparison.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notebooks/flow/reconstruction_comparison.py b/notebooks/flow/reconstruction_comparison.py index 096478c..ef79f15 100644 --- a/notebooks/flow/reconstruction_comparison.py +++ b/notebooks/flow/reconstruction_comparison.py @@ -157,6 +157,9 @@ def simname_to_pretty(simname): "CF4": "Courtois+23", "CF4gp": "CF4group", "CLONES": "Sorce+2018", + "IndranilVoid_exp": "Exponential", + "IndranilVoid_gauss": "Gaussian", + "IndranilVoid_mb": "Maxwell-Boltzmann", } if isinstance(simname, list):