removing debug statements.
This commit is contained in:
parent
98c46b62d2
commit
f661cfc8c1
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ func TestMACDSeries(t *testing.T) {
|
|||
|
||||
assert.NotEmpty(yvalues)
|
||||
for index, vy := range yvalues {
|
||||
fmt.Printf("delta @ %d actual: %0.9f expected: %0.9f\n", index, vy, macdExpected[index])
|
||||
assert.InDelta(vy, macdExpected[index], emaDelta, fmt.Sprintf("delta @ %d actual: %0.9f expected: %0.9f", index, vy, macdExpected[index]))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue