mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 04:28:04 +00:00
feat: update Qodana configuration to disable failure conditions and improve build stability
refactor: enhance Bilateral and SMA indicators to handle edge cases and improve state management refactor: clean up whitespace and formatting in various test files for consistency
This commit is contained in:
@@ -112,7 +112,6 @@ public class HmaIndicatorTests
|
||||
Assert.True(double.IsFinite(secondValue));
|
||||
}
|
||||
|
||||
|
||||
[Fact]
|
||||
public void HmaIndicator_MultipleUpdates_ProducesCorrectHmaSequence()
|
||||
{
|
||||
|
||||
@@ -192,4 +192,3 @@ public sealed class HmaValidationTests : IDisposable
|
||||
_output.WriteLine("HMA Batch(TSeries) validated successfully against Ooples");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user