Hello,
The function correct_frequency_and_phase with method rwa calls with too many arguments residual_water_alignment.
If the function is called with 2 MRSData arguments and method='rwa' . It returns TypeError: residual_water_alignment() takes 1 positional argument but 2 were given. If it is called with 1 MRSData argument and method='rwa', it returns TypeError: correct_frequency_and_phase() missing 1 required positional argument: 'target'
Suspect version: 0.4.4
I could write a little fix to solve the issue.
BW
Hello,
The function
correct_frequency_and_phasewith methodrwacalls with too many argumentsresidual_water_alignment.If the function is called with 2
MRSDataarguments andmethod='rwa'. It returnsTypeError: residual_water_alignment() takes 1 positional argument but 2 were given. If it is called with 1MRSDataargument andmethod='rwa', it returnsTypeError: correct_frequency_and_phase() missing 1 required positional argument: 'target'Suspect version:
0.4.4I could write a little fix to solve the issue.
BW