mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -339,4 +339,4 @@ public class DspIndicatorTests
|
||||
Assert.True(positiveCount > 0, "Should have positive DSP values");
|
||||
Assert.True(negativeCount > 0, "Should have negative DSP values");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -451,4 +451,4 @@ public class DspTests
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -401,4 +401,4 @@ public class DspValidationTests
|
||||
int finiteCount = values.Count(v => double.IsFinite(v));
|
||||
Assert.True(finiteCount > 100, $"Expected >100 finite values, got {finiteCount}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user