Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Mar 13, 2020
1 parent c550ed3 commit 1615e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libensemble/tests/unit_tests/test_libE_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def Barrier(self):
def Dup(self):
return self

def Free(self):
return

def isend(self, msg, dest, tag):
raise MPISendException()

Expand Down

0 comments on commit 1615e80

Please sign in to comment.