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

CharacteristicCurve: Pass kwargs to the plot #435

Merged
merged 5 commits into from
Apr 9, 2023
Merged

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Apr 9, 2023

closes #434

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

codecov bot commented Apr 9, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f7962ee) 97.81% compared to head (528380b) 97.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #435   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files          81       81           
  Lines        3752     3753    +1     
=======================================
+ Hits         3670     3671    +1     
  Misses         82       82           
Impacted Files Coverage Δ
src/felupe/math/_math.py 100.00% <100.00%> (ø)
src/felupe/mechanics/_curve.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 8b3e900 into main Apr 9, 2023
@adtzlr adtzlr deleted the job-kwargs-to-plot branch April 9, 2023 22:31
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.

CharacteristicCurve: Optional keyword-arguments are not passed to the plot job.plot(**kwargs)
1 participant