From 790695d8098acbcaaff66b6a0bde9f459ec8c082 Mon Sep 17 00:00:00 2001
From: MoritzThomasHuebner <email@moritz-huebner.de>
Date: Thu, 26 Jul 2018 04:56:45 +1000
Subject: [PATCH] renamed function -> func

---
 tupak/core/likelihood.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tupak/core/likelihood.py b/tupak/core/likelihood.py
index 34fc9ee83..be17dc09d 100644
--- a/tupak/core/likelihood.py
+++ b/tupak/core/likelihood.py
@@ -80,7 +80,7 @@ class GaussianLikelihood(Likelihood):
             self.parameters['sigma'] = None
 
     @staticmethod
-    def _infer_parameters_from_function(function):
+    def _infer_parameters_from_function(func):
         """ Infers the arguments of function (except the first arg which is
             assumed to be the dep. variable
         """
-- 
GitLab