Closed roxyboy closed 2 years ago
@lanougue Would you be ok with the linting I've done?
Hi @roxyboy , In cross_phase calculation, the default phase seems to be still "False". To be coherent, it should be changed to True, right ?
Thanks for the review @lanougue :) I'll merge this and release a new version.
This PR removes the deprecated
False
flags from the functions and sets them toTrue
as default. This addresses issue #177 .