From bfa4b575b62b3f6be6e51ebc763384b53a0fb163 Mon Sep 17 00:00:00 2001 From: helen-brooks Date: Tue, 31 May 2022 09:14:51 +0100 Subject: [PATCH] Forgot the indent on docstring --- tests/regression_tests/dagmc/external/test.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/regression_tests/dagmc/external/test.py b/tests/regression_tests/dagmc/external/test.py index 2671f9a846..93123ae1ed 100644 --- a/tests/regression_tests/dagmc/external/test.py +++ b/tests/regression_tests/dagmc/external/test.py @@ -101,14 +101,14 @@ class ExternalDAGMCTest(PyAPITestHarness): self.executable = executable def _run_openmc(self): - """ - Just test if results generated with the external C++ API are - self-consistent with the internal python API. - We generate the "truth" results with the python API but - the main test produces the results file by running the - executable compiled from main.cpp. This future-proofs - the test - we only care that the two routes are equivalent. - """ + """ + Just test if results generated with the external C++ API are + self-consistent with the internal python API. + We generate the "truth" results with the python API but + the main test produces the results file by running the + executable compiled from main.cpp. This future-proofs + the test - we only care that the two routes are equivalent. + """ if config['update']: # Generate the results file with internal python API openmc.run(openmc_exec=config['exe'], event_based=config['event'])