PEP8 corrections to plot overlap test.

This commit is contained in:
Patrick Shriwise 2019-06-13 22:39:58 -05:00
parent 2c6aa62977
commit 8d1098400c

View file

@ -18,8 +18,6 @@ class PlotTestHarness(TestHarness):
def _run_openmc(self):
openmc.plot_geometry(openmc_exec=config['exe'])
def _test_output_created(self):
"""Make sure *.ppm has been created."""
for fname in self._plot_names: