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

Job.evaluate(): Change point- and cell-data function arguments #461

Merged
merged 15 commits into from
Apr 25, 2023

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Apr 25, 2023

from fun(substep) to fun(field, substep=None)

also rename Result.plot() argument cpos to view and change default view.

@adtzlr adtzlr added the enhancement New feature or request label Apr 25, 2023
@adtzlr adtzlr added this to the 7.2 milestone Apr 25, 2023
@adtzlr adtzlr self-assigned this Apr 25, 2023
@codecov
Copy link

codecov bot commented Apr 25, 2023

Codecov Report

Patch coverage: 97.05% and project coverage change: -0.05 ⚠️

Comparison is base (17b65d4) 98.13% compared to head (71cfec0) 98.08%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #461      +/-   ##
==========================================
- Coverage   98.13%   98.08%   -0.05%     
==========================================
  Files          83       83              
  Lines        3856     3864       +8     
==========================================
+ Hits         3784     3790       +6     
- Misses         72       74       +2     
Impacted Files Coverage Δ
src/felupe/mesh/_line_rectangle_cube.py 100.00% <ø> (ø)
src/felupe/tools/_plot.py 95.77% <95.00%> (-2.69%) ⬇️
src/felupe/mechanics/_job.py 100.00% <100.00%> (ø)
src/felupe/mesh/__init__.py 100.00% <100.00%> (ø)
src/felupe/mesh/_geometry.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@adtzlr adtzlr merged commit f37a67a into main Apr 25, 2023
@adtzlr adtzlr deleted the change-job-data-functions branch April 25, 2023 21:24
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