Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-gemmell committed Oct 26, 2023
1 parent 54fb968 commit 7e72f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indica/workflows/bayes_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 7e72f8d

Please sign in to comment.