Skip to content

Commit

Permalink
Fix references to embedded workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Oct 13, 2023
1 parent 8b21d49 commit ca1d1d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Aeon.Foraging/Aeon.Foraging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageTags>Bonsai Rx Project Aeon Foraging</PackageTags>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>build230921</VersionSuffix>
<VersionSuffix>build231007</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Aeon.Foraging/LinearDepletion.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<Expression xsi:type="Combinator">
<Combinator xsi:type="aeon:PrependOnce" />
</Expression>
<Expression xsi:type="IncludeWorkflow" Path="Aeon.Acquisition:DistanceTravelled.bonsai">
<Expression xsi:type="IncludeWorkflow" Path="Aeon.Foraging:DistanceTravelled.bonsai">
<Gain>1</Gain>
</Expression>
<Expression xsi:type="MulticastSubject">
Expand Down
2 changes: 1 addition & 1 deletion src/Aeon.Foraging/RandomDepletion.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<Expression xsi:type="Combinator">
<Combinator xsi:type="aeon:PrependOnce" />
</Expression>
<Expression xsi:type="IncludeWorkflow" Path="Aeon.Acquisition:DistanceTravelled.bonsai">
<Expression xsi:type="IncludeWorkflow" Path="Aeon.Foraging:DistanceTravelled.bonsai">
<Gain>1</Gain>
</Expression>
<Expression xsi:type="MulticastSubject">
Expand Down
2 changes: 1 addition & 1 deletion src/Aeon.Foraging/TimeSpentOnWheel.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Property Name="Threshold" />
<Property Name="LowPass" />
</Expression>
<Expression xsi:type="IncludeWorkflow" Path="Aeon.Acquisition:WheelMovement.bonsai">
<Expression xsi:type="IncludeWorkflow" Path="Aeon.Foraging:WheelMoving.bonsai">
<LowPass>5</LowPass>
<Threshold>0.0005</Threshold>
</Expression>
Expand Down

0 comments on commit ca1d1d3

Please sign in to comment.