diff --git a/btrack/core.py b/btrack/core.py index a220eebc..85cc3482 100644 --- a/btrack/core.py +++ b/btrack/core.py @@ -508,7 +508,7 @@ def hypotheses(self) -> list[hypothesis.Hypothesis]: def optimize(self, **kwargs): """Proxy for `optimise` for our American friends ;)""" - return self.optimise(**kwargs) + return self.optimise(options=kwargs) def optimise(self, options: Optional[dict] = None) -> list[hypothesis.Hypothesis]: """Optimize the tracks.