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
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
The text was updated successfully, but these errors were encountered:
Hello,
The function
correct_frequency_and_phase
with methodrwa
calls with too many argumentsresidual_water_alignment
.If the function is called with 2
MRSData
arguments andmethod='rwa'
. It returnsTypeError: residual_water_alignment() takes 1 positional argument but 2 were given
. If it is called with 1MRSData
argument andmethod='rwa'
, it returnsTypeError: 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
The text was updated successfully, but these errors were encountered: