Skip to content

Commit

Permalink
Update src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai
Browse files Browse the repository at this point in the history
Co-authored-by: glopesdev <glopesdev@users.noreply.github.com>
  • Loading branch information
ncguilbeault and glopesdev authored Jan 10, 2025
1 parent ee56d12 commit 3c3be83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<Description>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.</Description>
<Description>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.</Description>
<Workflow>
<Nodes>
<Expression xsi:type="WorkflowInput">
Expand Down

0 comments on commit 3c3be83

Please sign in to comment.