Skip to content

Commit

Permalink
Update workflow to include quotes around string path
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Jan 20, 2025
1 parent ee66f64 commit 4d86dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bonsai.ML.HiddenMarkovModels/LoadHMMFromPkl.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Combinator xsi:type="py:ObserveOnGIL" />
</Expression>
<Expression xsi:type="Format">
<Format>{0}=HiddenMarkovModel.load_model({1})</Format>
<Format>{0}=HiddenMarkovModel.load_model("{1}")</Format>
<Selector>Item1,Item2</Selector>
</Expression>
<Expression xsi:type="InputMapping">
Expand Down

0 comments on commit 4d86dd9

Please sign in to comment.