From 7e72f8d6f599e17ba05062e465eadeccc358d99f Mon Sep 17 00:00:00 2001 From: michael gemmell Date: Thu, 26 Oct 2023 10:05:56 +0100 Subject: [PATCH] typo --- indica/workflows/bayes_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indica/workflows/bayes_workflow.py b/indica/workflows/bayes_workflow.py index e839933b..2a38a270 100644 --- a/indica/workflows/bayes_workflow.py +++ b/indica/workflows/bayes_workflow.py @@ -615,7 +615,7 @@ def pre_process_data(self, model_callable: Callable): @abstractmethod def process_data(self, model_callable: Callable): - self.pre_process_data(model_context) + self.pre_process_data(model_callable) self.opt_data = flatdict.FlatDict(self.binned_data)