Skip to content
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

Fix flatten vector. Stackup columnwise instead of row wise #345

Closed
wants to merge 8 commits into from

Conversation

shashank10456
Copy link
Contributor

@shashank10456 shashank10456 commented Feb 6, 2024

Explain what this PR does.

Fix flatten vector. Stackup columnwise instead of row wise

Signed-off-by: ssrigiri1 <shashank_srigiri@intuit.com>
Signed-off-by: ssrigiri1 <shashank_srigiri@intuit.com>
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2d84876) 93.40% compared to head (b15ee8e) 93.56%.

❗ Current head b15ee8e differs from pull request most recent head 893b9f4. Consider uploading reports for the commit 893b9f4 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #345      +/-   ##
==========================================
+ Coverage   93.40%   93.56%   +0.15%     
==========================================
  Files          83       83              
  Lines        3853     3853              
  Branches      311      311              
==========================================
+ Hits         3599     3605       +6     
+ Misses        197      193       -4     
+ Partials       57       55       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@s0nicboOm
Copy link
Contributor

Can you make this parameter driven?
Add another parameter in init which decides if we want to do this row wise or column wise.

Copy link
Member

@ab93 ab93 left a comment

Choose a reason for hiding this comment

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

@shashank10456 can you add unit test and assert the expected result?

ssrigiri1 added 6 commits February 6, 2024 22:30
Signed-off-by: ssrigiri1 <shashank_srigiri@intuit.com>
Signed-off-by: ssrigiri1 <shashank_srigiri@intuit.com>
Signed-off-by: ssrigiri1 <shashank_srigiri@intuit.com>
Signed-off-by: ssrigiri1 <shashank_srigiri@intuit.com>
Signed-off-by: ssrigiri1 <shashank_srigiri@intuit.com>
Signed-off-by: ssrigiri1 <shashank_srigiri@intuit.com>
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.

None yet

3 participants