-
Notifications
You must be signed in to change notification settings - Fork 61
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
Upated Indexing from 1 -> 0 #602
Upated Indexing from 1 -> 0 #602
Conversation
Can you go ahead and make changes to the unit tests and doc examples? It's difficult to see how the new changes would work successfully otherwise. |
Yes I am on it right now
|
fixed it by setting |
This depends on how your local virtual environment is setup. |
I have updated the tests, there is one case that's failing which is the 16x16 check part from that all the other cases are working well not sure whats going wrong, is there a way to verify what the right result would be ? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #602 +/- ##
======================================
Coverage 98.1% 98.1%
======================================
Files 162 162
Lines 3108 3112 +4
Branches 760 759 -1
======================================
+ Hits 3050 3054 +4
Misses 37 37
Partials 21 21 ☔ View full report in Codecov by Sentry. |
Which one are you talking about? Can you link it? |
@purva-thakre Solved the problem, all cases have passed now, made a small mistake That I have fixed it , and the code should now work across all these cases, I have made the change in the codes that uses perm from 1 to do from 0 as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting close to merging this!
I suggested some minor changes and also requested a clarification on a change you made.
Will work on the change requests shortly , I think the comment was removed by mistake @purva-thakre |
Great, thanks for continuing to work on those changes, and feel free to let us know if you have any additional questions, @anushkrishnav ! |
No problem, I am just waiting for the review, It was fun working ! |
Co-authored-by: Purva Thakre <66048318+purva-thakre@users.noreply.github.com>
Co-authored-by: Purva Thakre <66048318+purva-thakre@users.noreply.github.com>
Congrats on the bounty @anushkrishnav ! |
Thank you !!! |
Description
Fixes #168
Moving Permute system index offset from 0->1
Changes
Update the code
the docs and tests would be updated once the solution is approved
Checklist
ruff
for errors related to code style and formatting.pytest
.Sphinx
build can be checked locally for any failures related to your PRlinkcheck
to check for broken links in the documentationdoctest
to verify the examples in the function docstrings work as expected.