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

Add Power{N} operator in computational graph #143

Merged
merged 3 commits into from
Oct 11, 2023
Merged

Conversation

houpc
Copy link
Member

@houpc houpc commented Oct 8, 2023

No description provided.

@houpc houpc added the enhancement New feature or request label Oct 8, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 8, 2023

Codecov Report

Attention: 82 lines in your changes are missing coverage. Please review.

Comparison is base (b063a68) 64.79% compared to head (9147ef0) 64.19%.
Report is 1 commits behind head on computgraph.

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

Additional details and impacted files
@@               Coverage Diff               @@
##           computgraph     #143      +/-   ##
===============================================
- Coverage        64.79%   64.19%   -0.61%     
===============================================
  Files               56       56              
  Lines             3724     3854     +130     
===============================================
+ Hits              2413     2474      +61     
- Misses            1311     1380      +69     
Files Coverage Δ
src/computational_graph/optimize.jl 95.17% <100.00%> (ø)
src/computational_graph/abstractgraph.jl 75.60% <83.33%> (+1.32%) ⬆️
src/computational_graph/feynmangraph.jl 91.17% <93.75%> (-0.28%) ⬇️
src/computational_graph/eval.jl 77.77% <0.00%> (-9.73%) ⬇️
src/computational_graph/operation.jl 80.18% <52.50%> (-5.34%) ⬇️
src/computational_graph/graph.jl 70.10% <58.06%> (-15.62%) ⬇️
src/backend/static.jl 38.37% <28.57%> (-3.01%) ⬇️

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

Copy link
Collaborator

@dcerkoney dcerkoney left a comment

Choose a reason for hiding this comment

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

Looks good to me

@houpc
Copy link
Member Author

houpc commented Oct 8, 2023

Looks good to me

Thanks. The modification for static compilers has been updated.

src/backend/static.jl Show resolved Hide resolved
@houpc houpc self-assigned this Oct 10, 2023
@houpc houpc merged commit e40c35d into computgraph Oct 11, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants