Skip to content

Commit

Permalink
resolve conflicts in simulation crash handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwsch committed Apr 4, 2024
2 parents e808ee6 + 1bd5c34 commit d55f60f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions micro_manager/micro_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ def __init__(self, config_file: str) -> None:
self._config.get_config_file_name(),
self._rank,
self._size)

micro_file_name = self._config.get_micro_file_name()

self._macro_mesh_name = self._config.get_macro_mesh_name()

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_micro_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_read_write_data_from_precice(self):
self.assertListEqual(data["macro-vector-data"].tolist(),
fake_data["macro-vector-data"].tolist())

def test_solve_mico_sims(self):
def test_solve_micro_sims(self):
"""
Test if the internal function _solve_micro_simulations works as expected.
"""
Expand Down

0 comments on commit d55f60f

Please sign in to comment.