ASFHyP3 / hyp3-testing

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Separate Imaginary and Real Components for Complex Data #90

Closed AndrewPlayer3 closed 1 month ago

AndrewPlayer3 commented 1 month ago

OpenCV does not support complex data types, but we still want to test them. This PR checks for complex datasets and does the comparisons on the imaginary and real components, separately - i.e. complex_ds.real and complex_ds.imag which are both np.float32.