Projects
Projects copied to clipboard
Weather Data: plotRange of Ariadne.GaussianProcess conflicts with FSharp.Core
I'm getting this exception when trying to use plotRange:
System.MissingMethodException: Method not found: 'Microsoft.FSharp.Core.FSharpFunc2<!!0,!!0> FSharp.Charting._ChartStyleExtensions.Chart.WithXAxis.Static(Microsoft.FSharp.Core.FSharpOption
1<Boolean>, Microsoft.FSharp.Core.FSharpOption1<System.String>, Microsoft.FSharp.Core.FSharpOption
1<Double>, Microsoft.FSharp.Core.FSharpOption1<Double>, Microsoft.FSharp.Core.FSharpOption
1<Boolean>, Microsoft.FSharp.Core.FSharpOption1<AxisArrowStyle>, Microsoft.FSharp.Core.FSharpOption
1<LabelStyle>, Microsoft.FSharp.Core.FSharpOption1<Grid>, Microsoft.FSharp.Core.FSharpOption
1<Grid>, Microsoft.FSharp.Core.FSharpOption1<TickMark>, Microsoft.FSharp.Core.FSharpOption
1<TickMark>, Microsoft.FSharp.Core.FSharpOption1<System.Drawing.StringAlignment>, Microsoft.FSharp.Core.FSharpOption
1<System.String>, Microsoft.FSharp.Core.FSharpOption1<Double>, Microsoft.FSharp.Core.FSharpOption
1<System.Drawing.FontStyle>, Microsoft.FSharp.Core.FSharpOption1<System.Drawing.Color>, Microsoft.FSharp.Core.FSharpOption
1<System.String>)'.
at Ariadne.GaussianProcess.plotRange(Double timeMin, Double timeMax, IEnumerable1 data, GaussianProcess
1 gp)
at <StartupCode$FSI_0003>.$FSI_0003.main@()
It may be a binding redirect issue, but I didn't manage to have it working even when playing with different versions of FSharp.Charting (the current one installed via nuget is 0.90.13)