IhmeGroup / quail

A lightweight discontinuous Galerkin code for teaching and prototyping
GNU General Public License v3.0
52 stars 20 forks source link

Fix compatibility with matplotlib 3.5.1 (2D animation issue) #41

Closed bornhoft closed 2 years ago

bornhoft commented 2 years ago

This pull request closes #40 by removing the *.copy() for the collections command in the create_anim.py post-processing files. This has been tested for matplotlib version 3.3.1 and the behavior is identical.

ericjching commented 2 years ago

Thanks for taking care of this!

bornhoft commented 2 years ago

No problem. Thanks for taking a quick look at it 🙏