You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Refactor the function fft() in file FFT.java. Lower the cyclomatic complexity of the function. Make the function return the array after all the calculations.
Make Junit test to the FFT.java class.
Describe the solution you'd like
Lowering the CC for the function and adding Junit Test for the whole class.
The text was updated successfully, but these errors were encountered:
leren1
added a commit
to DD2480group1/Java
that referenced
this issue
Feb 24, 2022
Is your feature request related to a problem? Please describe.
Refactor the function fft() in file FFT.java. Lower the cyclomatic complexity of the function. Make the function return the array after all the calculations.
Make Junit test to the FFT.java class.
Describe the solution you'd like
Lowering the CC for the function and adding Junit Test for the whole class.
The text was updated successfully, but these errors were encountered: