Skip to content

Commit

Permalink
Fixed visualizer type in type visualizer attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Oct 3, 2024
1 parent e50155b commit 46f4ab4
Showing 1 changed file with 1 addition and 1 deletion.
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 46f4ab4

Please sign in to comment.