Skip to content
Snippets Groups Projects
Commit 790695d8 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

renamed function -> func

parent 38a12c64
No related branches found
No related tags found
1 merge request!115Various improvements to the GaussianLikelihood
Pipeline #
......@@ -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
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment