We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58997b commit 50ac44eCopy full SHA for 50ac44e
src/Math-Tests-FastFourierTransform/PMFFTTest.class.st
@@ -81,7 +81,7 @@ PMFFTTest >> testFrequencyDomainRepresentationMatchesRandomizedInputSignalClosel
81
fourier inverseTransform.
82
83
fourier realData with: cosineWaveSignal do: [ :expected :actual |
84
- self assert: actual closeTo: expected precision: 4e-5 ].
+ self assert: actual closeTo: expected ].
85
]
86
87
{ #category : #tests }
0 commit comments