mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
python wrapper
This commit is contained in:
@@ -52,7 +52,7 @@ public sealed class ChandelierValidationTests
|
||||
Assert.Equal(
|
||||
skenderResults[i].ChandelierExit!.Value,
|
||||
ourValues[i],
|
||||
precision: 8);
|
||||
precision: 7);
|
||||
matched++;
|
||||
}
|
||||
}
|
||||
@@ -92,7 +92,7 @@ public sealed class ChandelierValidationTests
|
||||
Assert.Equal(
|
||||
skenderResults[i].ChandelierExit!.Value,
|
||||
ourValues[i],
|
||||
precision: 8);
|
||||
precision: 7);
|
||||
matched++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user