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 bug in inline_assign #555

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Fix bug in inline_assign #555

merged 1 commit into from
Jan 22, 2024

Conversation

SamirDroubi
Copy link
Collaborator

  • The code was constructing a [] access for the buffer regardless of whether it was a tesnor or a scalar.

* The code was constructing a [] access for the buffer regardless of
whether it was a tesnor or a scalar.
@codecov-commenter
Copy link

codecov-commenter commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8bd45cc) 87.23% compared to head (dc6c7d9) 87.24%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #555   +/-   ##
=======================================
  Coverage   87.23%   87.24%           
=======================================
  Files          82       82           
  Lines       19412    19416    +4     
=======================================
+ Hits        16935    16939    +4     
  Misses       2477     2477           

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

@SamirDroubi SamirDroubi merged commit fee83f5 into main Jan 22, 2024
6 checks passed
@SamirDroubi SamirDroubi deleted the inline-assign-bug branch January 22, 2024 19:23
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