mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
PEP8 updates.
This commit is contained in:
parent
76aa15c6e1
commit
2ef7ea8fe0
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue