Skip to content
Snippets Groups Projects
Commit 6419d34f authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

Merge branch 'FusedWakeNOJ' into 'master'

Added FusedWakeNOJWakeModel + test

See merge request !28
parents 79907620 61505f1a
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
...@@ -29,7 +29,7 @@ def test_try_me(module): ...@@ -29,7 +29,7 @@ def test_try_me(module):
def no_show(*args, **kwargs): def no_show(*args, **kwargs):
pass pass
plt.show = no_show # disable plt show that requires the use to close the plot plt.show = no_show # disable plt show that requires the user to close the plot
with mock.patch.object(module, "__name__", "__main__"): with mock.patch.object(module, "__name__", "__main__"):
getattr(module, 'try_me')() getattr(module, 'try_me')()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment