Skip to content

Commit

Permalink
Parallelise test_steady_state_channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Nov 26, 2021
1 parent 9970f2c commit 8f52f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/swe2d/test_steady_state_channel.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from thetis import *
import math
import pytest


@pytest.mark.parallel(nprocs=2)
def test_steady_state_channel(do_export=False):

lx = 5e3
Expand Down

0 comments on commit 8f52f7f

Please sign in to comment.