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

Deprecate setanimation!(mvis, t, q) in favor of setanimation!(mvis, animation) #38

Merged
merged 2 commits into from
Feb 18, 2020

Conversation

rdeits
Copy link
Collaborator

@rdeits rdeits commented Jan 12, 2020

Per suggestion from #34 (comment)

@rdeits rdeits requested a review from tkoolen January 12, 2020 19:29
@codecov-io
Copy link

codecov-io commented Jan 12, 2020

Codecov Report

Merging #38 into master will decrease coverage by 0.81%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   96.74%   95.93%   -0.82%     
==========================================
  Files           5        5              
  Lines         123      123              
==========================================
- Hits          119      118       -1     
- Misses          4        5       +1
Impacted Files Coverage Δ
src/animate.jl 100% <100%> (ø) ⬆️
src/visualizer.jl 92.15% <0%> (-1.97%) ⬇️

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 cf41fcd...92bd981. Read the comment docs.

src/animate.jl Outdated
Base.depwarn("""
`setanimation!(mvis, times, configurations; ..)` is deprecated. Instead, you can construct an `Animation` and then call `setanimation!` with the result.

For examle, if you previously did:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example

@rdeits rdeits merged commit dcae7b8 into master Feb 18, 2020
@rdeits rdeits deleted the rd/deprecate-animation branch February 18, 2020 02:02
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.

3 participants