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

Handle elementwise array math #13

Merged
merged 8 commits into from
May 17, 2024
Merged

Handle elementwise array math #13

merged 8 commits into from
May 17, 2024

Conversation

BioTurboNick
Copy link
Collaborator

@BioTurboNick BioTurboNick commented May 17, 2024

This PR partially resolves #11 by handling the elementwise array operations, and erroring if checked_mul is attempted on two arrays.

Copy link

codecov bot commented May 17, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 4 lines in your changes are missing coverage. Please review.

Please upload report for BASE (main@5a9023a). Learn more about missing BASE report.

Current head 3028a82 differs from pull request most recent head 1787e21

Please upload reports for the commit 1787e21 to get more accurate results.

Files Patch % Lines
src/abstractarraymath_ext.jl 66.66% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #13   +/-   ##
=======================================
  Coverage        ?   71.89%           
=======================================
  Files           ?        4           
  Lines           ?      153           
  Branches        ?        0           
=======================================
  Hits            ?      110           
  Misses          ?       43           
  Partials        ?        0           

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

@BioTurboNick BioTurboNick merged commit 54e4b7d into main May 17, 2024
12 checks passed
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.

Handle broadcasted operators, vector operations?
1 participant