PEP8 updates.

This commit is contained in:
Patrick Shriwise 2018-10-08 14:09:14 -05:00
parent 76aa15c6e1
commit 2ef7ea8fe0

View file

@ -2,6 +2,7 @@ import glob
import hashlib
import os
from subprocess import call
import h5py
import openmc
@ -63,9 +64,9 @@ class PlotTestHarness(TestHarness):
return outstr
def test_plot():
expected_plots = ['plot_1.ppm', 'plot_2.ppm',
'plot_3.ppm', 'plot_4.h5']
expected_plots = ['plot_1.ppm', 'plot_2.ppm', 'plot_3.ppm', 'plot_4.h5']
# TEMP: this should always be checked once vtk is added
# to Python3.7
try: