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

Allow lists to be passed for kwargs in BoutDataset.animate_list() #214

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

johnomotani
Copy link
Collaborator

Previously if extra kwargs were given, they were passed through to the animation function for all variables being animated. Now a list of values (one per variable) can be passed instead, as for the explicit arguments to animate_list.

Previously if extra kwargs were given, they were passed through to the
animation function for all variables being animated. Now a list of
values (one per variable) can be passed instead, as for the explicit
arguments to animate_list.
@johnomotani johnomotani added the enhancement New feature or request label Sep 7, 2021
@johnomotani
Copy link
Collaborator Author

Once this is merged, I think it's time for a new release, to get the xarray-0.19 and bout-5 compatibility fixes out. Does anyone want to make any other new PRs first?

@ZedThree
Copy link
Member

ZedThree commented Sep 7, 2021

I'd like to attempt a couple of fixes for #207, but they're not urgent so I don't think they should hold up a new release

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2021

Codecov Report

Merging #214 (3be05f3) into master (e072830) will decrease coverage by 0.04%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
- Coverage   75.38%   75.34%   -0.05%     
==========================================
  Files          14       14              
  Lines        2641     2644       +3     
  Branches      620      622       +2     
==========================================
+ Hits         1991     1992       +1     
- Misses        422      423       +1     
- Partials      228      229       +1     
Impacted Files Coverage Δ
xbout/boutdataset.py 75.60% <50.00%> (-0.32%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e072830...3be05f3. Read the comment docs.

@johnomotani johnomotani merged commit 22e1589 into master Sep 7, 2021
@johnomotani johnomotani deleted the animate_list-per-var-kwargs branch September 7, 2021 16:11
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.

3 participants