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

Outsource EvaluateFieldContainer to field/_evaluate.py #729

Merged
merged 3 commits into from
Mar 30, 2024

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Mar 30, 2024

and use FieldContainer.evaluate methods in ViewField instead of direct calls to the math-methods.

This is just an internal change - does not change the public API.

@adtzlr adtzlr added the enhancement New feature or request label Mar 30, 2024
@adtzlr adtzlr self-assigned this Mar 30, 2024
@adtzlr adtzlr changed the title Move EvaluateFieldContainer from field._container.py to field._evaluate.py Move EvaluateFieldContainer from field/_container.py to field/_evaluate.py Mar 30, 2024
Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.41%. Comparing base (fdf11c8) to head (7a860da).

❗ Current head 7a860da differs from pull request most recent head 6cefaf3. Consider uploading reports for the commit 6cefaf3 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #729   +/-   ##
=======================================
  Coverage   97.41%   97.41%           
=======================================
  Files          94       95    +1     
  Lines        5152     5155    +3     
=======================================
+ Hits         5019     5022    +3     
  Misses        133      133           

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

@adtzlr adtzlr changed the title Move EvaluateFieldContainer from field/_container.py to field/_evaluate.py Outsource EvaluateFieldContainer to field/_evaluate.py Mar 30, 2024
@adtzlr adtzlr merged commit 3b8a5e4 into main Mar 30, 2024
6 of 7 checks passed
@adtzlr adtzlr deleted the move-field-evaluate branch March 30, 2024 21:21
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.

1 participant