Skip to content

Conversation

ndem0
Copy link
Member

@ndem0 ndem0 commented Apr 16, 2021

No description provided.

@ndem0
Copy link
Member Author

ndem0 commented Apr 16, 2021

Dear @giadadalla, I reopened your PR with the new changes.
I'll add a couple of comments about minor fix that we ask you. Thanks for your effort

:return: result: the result of the formula above.
:rtype: float
With k=2 the function is "radius free", that means independent of radius value.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move before parameter description

"""
arg = X / r
result = arg * arg
result = np.power(arg,k)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a blank space after the comma

@giadadalla
Copy link
Contributor

@ndem0 I changed what you asked me. Let me know if everything is ok

@mtezzele
Copy link
Collaborator

@ndem0 I changed what you asked me. Let me know if everything is ok

Thank you for the contribution. Please move the comment regarding k=2 before the description of the parameters and after the formula. Keep the empty lines since otherwise the documentation will not be formatted properly.

@ndem0 ndem0 merged commit 48c2bdb into mathLab:master Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants