From 7a70cf50314715dd8b8aec4004748091797c87ed Mon Sep 17 00:00:00 2001 From: Gavin Brennan Date: Mon, 27 Mar 2023 14:18:59 +0200 Subject: [PATCH] Bump --- test/Qwack.Core.Tests/Inflation/InflationCurveFacts.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Qwack.Core.Tests/Inflation/InflationCurveFacts.cs b/test/Qwack.Core.Tests/Inflation/InflationCurveFacts.cs index b9c34b08..caa2f340 100644 --- a/test/Qwack.Core.Tests/Inflation/InflationCurveFacts.cs +++ b/test/Qwack.Core.Tests/Inflation/InflationCurveFacts.cs @@ -66,6 +66,7 @@ public void TestInflationCurve() SolveStage = 0, }; + var model = new FundingModel(vd, new IIrCurve[] { usdIrCurve, cpiCurve }, TestProviderHelper.CurrencyProvider, TestProviderHelper.CalendarProvider); var S = new NewtonRaphsonMultiCurveSolverStaged