mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 13:38:05 +00:00
feat: streamline release workflow and remove unnecessary warnings in test files
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
namespace QuanTAlib.Tests;
|
||||
|
||||
#pragma warning disable S2245 // Random is acceptable for simulation/testing purposes
|
||||
public class DemaTests
|
||||
{
|
||||
[Fact]
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
namespace QuanTAlib.Tests;
|
||||
|
||||
#pragma warning disable S2245 // GBM provides deterministic random walks for testing; System.Random usage is controlled
|
||||
public class EmaTests
|
||||
{
|
||||
[Fact]
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
namespace QuanTAlib.Tests;
|
||||
|
||||
#pragma warning disable S2245 // Random is acceptable for simulation/testing purposes
|
||||
public class RmaTests
|
||||
{
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user