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

Refactor TensorMethod #44

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Refactor TensorMethod #44

merged 1 commit into from
Dec 29, 2023

Conversation

drhagen
Copy link
Owner

@drhagen drhagen commented Dec 29, 2023

  • Rename PureTensorMethod to TensorMethod
  • Base TensorMethod on Problem
  • Make tensor method parameters keyword only
  • Make most attributes of TensorMethod private
  • Make all AST objects fully immutable so that they are hashable

* Rename PureTensorMethod to TensorMethod
* Base TensorMethod on Problem
* Make tensor method parameters keyword only
* Make most attributes of TensorMethod private
* Make all AST objects fully immutable so that they are hashable
@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (1a83d89) 89.02% compared to head (267e1a0) 89.08%.

Files Patch % Lines
src/tensora/problem.py 66.66% 1 Missing and 1 partial ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   89.02%   89.08%   +0.06%     
==========================================
  Files          54       54              
  Lines        2951     2960       +9     
  Branches      526      527       +1     
==========================================
+ Hits         2627     2637      +10     
+ Misses        248      247       -1     
  Partials       76       76              

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

@drhagen drhagen merged commit 8df6d50 into master Dec 29, 2023
6 checks passed
@drhagen drhagen deleted the refactor-tensor-method branch December 29, 2023 23:52
@drhagen drhagen mentioned this pull request Dec 30, 2023
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.

2 participants