Skip to content

Commit deabdef

Browse files
committed
Added benchmark for slotted advection problem
1 parent 59d9c4d commit deabdef

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

179 KB
Binary file not shown.

docs/source/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
# General information about the project.
6363
project = 'pyro'
64-
copyright = '2018, pyro development tem'
64+
copyright = '2018, pyro development team'
6565
author = 'pyro development team'
6666

6767
# The version info for the project you're documenting, acts as replacement for
@@ -185,6 +185,3 @@
185185
author, 'pyro', 'One line description of project.',
186186
'Miscellaneous'),
187187
]
188-
189-
190-

pyro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ def compare_to_benchmark(self):
297297
try:
298298
sim_bench = io.read(compare_file)
299299
except IOError:
300-
msg.warning("ERROR openning compare file")
301-
return "ERROR openning compare file"
300+
msg.warning("ERROR opening compare file")
301+
return "ERROR opening compare file"
302302

303303
result = compare.compare(self.sim.cc_data, sim_bench.cc_data)
304304

0 commit comments

Comments
 (0)