From 3c3be83268958037db068857c4c87280180d50f7 Mon Sep 17 00:00:00 2001 From: ncguilbeault Date: Fri, 10 Jan 2025 13:30:25 +0000 Subject: [PATCH] Update src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai Co-authored-by: glopesdev --- src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai b/src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai index 56946ac..c67035f 100644 --- a/src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai +++ b/src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai @@ -6,7 +6,7 @@ xmlns:p1="clr-namespace:Bonsai.ML;assembly=Bonsai.ML" xmlns:scr="clr-namespace:Bonsai.Scripting.Expressions;assembly=Bonsai.Scripting.Expressions" xmlns="https://bonsai-rx.org/2018/workflow"> - Periodically evaluates the `get_fit_finished` function of the HMM. Returns true the `fit_finished` attribute is true. This should onle be used after the `RunFitAsync` function has already been started. + Periodically evaluates the `get_fit_finished` function of the HMM. Returns whether the `fit_finished` attribute is true. This should only be used after the `RunFitAsync` function has already been started.