-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unnecessary aliasing of OneDimensionalArray #161
Comments
do u want to alias it in the import or just remove it completely? |
Removing it completely. |
Can you please make the problem little more clear,If its a beginner issue,I can work on it |
The line |
Then,I can do that.This doesn't have any tag.Is problem is considered as contribution in GSSoC20 ? |
This issue is open for anybody. If you are a GSSoC, 2020 participant then the relevant label will be assigned to your PR and this issue and the scoring will be done accordingly. |
Okay.So this also has score,right ?.Then please assign the issue to me |
For us a PR matters more than assigning issues. So, whenever you will make a PR and write, |
okay.I am working on it |
I went to fixes of this issues through stackoverflow,Its mentioned that this error can be ignored.Is that correct ? |
Description of the problem
See,
pydatastructs/pydatastructs/linear_data_structures/arrays.py
Line 130 in b0c3136
It has unnecessary aliasing of
OneDimensionalArray
. That line should be removed.Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered: