Skip to content

Commit

Permalink
skipping two burn orbit raise MPI to debug if that is the issue on la…
Browse files Browse the repository at this point in the history
…test.
  • Loading branch information
robfalck committed Nov 14, 2024
1 parent 96e0c66 commit 0b354d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@


@require_pyoptsparse(optimizer='IPOPT')
@unittest.skipUnless(MPI, "MPI is required.")
# @unittest.skipUnless(MPI, "MPI is required.")
@unittest.skip
@use_tempdirs
class TestExampleTwoBurnOrbitRaiseMPI(unittest.TestCase):
N_PROCS = 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy as np


# @use_tempdirs
@use_tempdirs
class TestDocOscillator(unittest.TestCase):

def test_matrix_param(self):
Expand Down

0 comments on commit 0b354d5

Please sign in to comment.