Skip to content

Commit 3a30507

Browse files
committed
fixed test 6 (I hope)
1 parent 567fdc4 commit 3a30507

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/test_tutorials/test_step_6.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
from tutorial.step_6.C_MPI_parallelization import main as main_C
77

88

9-
# def test_A():
10-
# main_A(num_proc_list=[1,2,4,8], fname='step_6_A_out.txt')
11-
#
12-
# def test_B():
13-
# main_B()
9+
def test_A():
10+
main_A(num_proc_list=[1,2,4,8], fname='step_6_A_out.txt')
11+
12+
def test_B():
13+
main_B()
1414

1515
def test_C():
16-
# cwd = 'tutorial/step_6'
17-
# main_C(cwd)
16+
cwd = 'tutorial/step_6'
17+
main_C(cwd)
1818

1919
with open('step_6_C1_out.txt', 'r') as file1:
2020
with open('step_6_A_out.txt', 'r') as file2:

0 commit comments

Comments
 (0)