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

Fix download_single_sphere_animation #2492

Merged
merged 1 commit into from
Apr 22, 2022

Conversation

MatthewFlamm
Copy link
Contributor

Overview

This download function was trying to download a folder. This is corrected to use a zip file.

This requires pyvista/vtk-data#11 to be merged first.

Details

An example was added similar to download_dual_sphere_animation

@MatthewFlamm MatthewFlamm added the bug Uh-oh! Something isn't working as expected. label Apr 21, 2022
@codecov
Copy link

codecov bot commented Apr 21, 2022

Codecov Report

Merging #2492 (c94b53e) into main (6bb517c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2492   +/-   ##
=======================================
  Coverage   93.70%   93.70%           
=======================================
  Files          75       75           
  Lines       16072    16072           
=======================================
  Hits        15061    15061           
  Misses       1011     1011           

Copy link
Member

@tkoyama010 tkoyama010 left a comment

Choose a reason for hiding this comment

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

LGTM

@tkoyama010 tkoyama010 merged commit 7fdbf07 into main Apr 22, 2022
@tkoyama010 tkoyama010 deleted the fix-download_single_sphere_animation branch April 22, 2022 00:02
@adeak
Copy link
Member

adeak commented Apr 22, 2022

Do I understand correctly that this also needs a chache purge?

@MatthewFlamm
Copy link
Contributor Author

Do I understand correctly that this also needs a chache purge?

Correct, it was the exact same problem as the dual sphere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Uh-oh! Something isn't working as expected.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants