Skip to content

Commit

Permalink
missed the actual call to run_model
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrelje committed Apr 20, 2020
1 parent dcb4c63 commit c6b824f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmdao/core/tests/test_distribcomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def test_distrib_check_partials(self):
p.final_setup()

# run the model and check partials
p.run_model
p.run_model()

# this used to fail (bug #1279)
cpd = p.check_partials(out_stream=None)
Expand Down

0 comments on commit c6b824f

Please sign in to comment.