From c23c3f666637692a0e2a1940b0298d63e3f64f37 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Mon, 7 Jun 2021 03:58:36 +0100 Subject: [PATCH] a --- binarycpython/utils/distribution_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/binarycpython/utils/distribution_functions.py b/binarycpython/utils/distribution_functions.py index e872326b5..a77c415a8 100644 --- a/binarycpython/utils/distribution_functions.py +++ b/binarycpython/utils/distribution_functions.py @@ -1833,7 +1833,6 @@ def Moe_de_Stefano_2017_pdf(options, verbosity=0): ) # Make a table storing Moe's data for q distributions - if options.get("M2", None) or options.get("M3", None) or options.get("M4", None): if not Moecache.get("rinterpolator_q", None): Moecache["rinterpolator_q"] = py_rinterpolate.Rinterpolate( -- GitLab