Skip to content

Commit

Permalink
- diable plot in gainsched unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Steinar Elgsæter committed Nov 19, 2024
1 parent ac55dae commit 059d265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeSeriesAnalysis.Tests/Tests/GainSchedModelTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public void ContinousGradualRamp_BumplessModelOutput(int ver, string upOrDown)
var isSimulatable = plantSim.Simulate(inputData, out TimeSeriesDataSet simData);
double[] simY1 = simData.GetValues(refModel.GetID(), SignalType.Output_Y);

if (true)
if (false)
{
Shared.EnablePlots();
Plot.FromList(new List<double[]> {
Expand Down

0 comments on commit 059d265

Please sign in to comment.