Skip to content

Commit

Permalink
Remove a few extraneous close library commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Apr 11, 2024
1 parent f2ba14a commit d210f20
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ def run_around_tests():
yield
h.helicsCleanupLibrary()
h.helicsCloseLibrary()
h.helicsCloseLibrary()
2 changes: 0 additions & 2 deletions tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def test_filter_types_tests_core_filter_registration():
h.helicsCoreDisconnect(core2)
# h.helicsCoreFree(core1)
# h.helicsCoreFree(core2)
h.helicsCloseLibrary()


def test_filter_type_tests_message_filter_function():
Expand Down Expand Up @@ -1015,4 +1014,3 @@ def test_filter_test_file_load():

assert h.helicsFederateGetEndpointCount(mFed) == 3
h.helicsFederateDisconnect(mFed)
h.helicsCloseLibrary()
1 change: 0 additions & 1 deletion tests/test_messagefederate.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def mFed():

h.helicsFederateInfoFree(fedinfo)
h.helicsFederateFree(mFed)
h.helicsCloseLibrary()


def test_message_federate_initialize(mFed):
Expand Down

0 comments on commit d210f20

Please sign in to comment.