Skip to content

Commit

Permalink
Merge pull request #29 from bonsai-rx/fix-lds-mashups
Browse files Browse the repository at this point in the history
Fix lds mashups
  • Loading branch information
ncguilbeault authored Oct 10, 2024
2 parents 02c521b + 2625735 commit b70a737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageIcon>icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<RepositoryType>git</RepositoryType>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.3.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<LangVersion>12.0</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using OxyPlot;

[assembly: TypeVisualizer(typeof(Bonsai.ML.LinearDynamicalSystems.Design.ForecastImageOverlay),
Target = typeof(Bonsai.ML.LinearDynamicalSystems.Kinematics.Forecast))]
Target = typeof(MashupSource<ImageMashupVisualizer, Bonsai.ML.LinearDynamicalSystems.Design.ForecastVisualizer>))]

namespace Bonsai.ML.LinearDynamicalSystems.Design
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using OxyPlot.Series;
using OxyPlot;

[assembly: TypeVisualizer(typeof(Bonsai.ML.LinearDynamicalSystems.Design.ForecastImageOverlay),
[assembly: TypeVisualizer(typeof(Bonsai.ML.LinearDynamicalSystems.Design.ForecastPlotOverlay),
Target = typeof(MashupSource<Bonsai.ML.LinearDynamicalSystems.Design.KinematicStateVisualizer, Bonsai.ML.LinearDynamicalSystems.Design.ForecastVisualizer>))]

namespace Bonsai.ML.LinearDynamicalSystems.Design
Expand Down

0 comments on commit b70a737

Please sign in to comment.