Closed rjleveque closed 9 years ago
Travis is testing against the wrong version of clawutil. I'll do a PR on clawpack/clawpack to bring this up to date...
Well I merged clawpack/clawpack#76 and reran travis, and now I realize why @mandli didn't use the visclaw gaugetools for testing gauges -- that code is written to require matplotlib, not installed by travis.
This will take some more work... We should really have gauge tools for reading gauges that's independent of plotting routines, rather than having getgauge
a method of ClawPlotData
. We also talked about switching to using Pandas for gauges.
Maybe for now, revert to the old testing framework in clawpack/clawutil and save this for later?
I reverted clawutil, so closing this for now.
@mandli, could you check that this looks ok?