mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 09:38:05 +00:00
chore: suppress S107 rule for SIMD methods with many parameters
This commit is contained in:
@@ -128,7 +128,7 @@ public sealed class Notch : AbstractBase
|
||||
_state.LastValue = val;
|
||||
}
|
||||
|
||||
TValue result = new TValue(input.Time, y);
|
||||
TValue result = new(input.Time, y);
|
||||
Last = result;
|
||||
PubEvent(result, isNew);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user