Closed ketch closed 6 years ago
A couple of comments:
import matplotlib.pyplot as plt
earlier on (it's imported later)moving_wall_bc
you have an xrange
left over. Probably should also use sixxrange
in wave_maker_bc
.Thanks @mandli for checking these carefully and running with Python 3. I believe all of the issues you uncovered are fixed in my last commit.
👍
Use matplotlib instead of visclaw for jsanimation. Remove all usage of Plotly. Add examples of using Bokeh.