Skip to content

Commit

Permalink
investigating hang on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Apr 17, 2020
1 parent 6a94746 commit daa3a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -107,5 +107,5 @@ install:
- cmd: conda list

test_script:
- sh: testflo openmdao -n 1;
- cmd: testflo openmdao -n 1
- sh: testflo openmdao -n 1 --pre_announce;
- cmd: testflo openmdao -n 1 --pre_announce
5 changes: 4 additions & 1 deletion openmdao/components/tests/test_ks_comp.py
Expand Up @@ -3,10 +3,13 @@

import numpy as np

import matplotlib.pyplot as plt
plt.switch_backend('Agg')

import openmdao.api as om
from openmdao.test_suite.components.simple_comps import DoubleArrayComp
from openmdao.test_suite.test_examples.beam_optimization.multipoint_beam_stress import MultipointBeamGroup
from openmdao.utils.assert_utils import assert_near_equal, assert_warning
from openmdao.utils.assert_utils import assert_near_equal


class TestKSFunction(unittest.TestCase):
Expand Down

0 comments on commit daa3a2b

Please sign in to comment.