Skip to content

Commit

Permalink
Remove unintentional print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Mar 19, 2024
1 parent 661c6b7 commit edb60de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_micro_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def test_read_write_data_from_precice(self):
manager._write_data_to_precice(self.fake_write_data)
read_data = manager._read_data_from_precice()

print("read_data: {}".format(read_data))

for data, fake_data in zip(read_data, self.fake_read_data):
self.assertEqual(data["macro-scalar-data"], 1)
self.assertListEqual(data["macro-vector-data"].tolist(),
Expand Down

0 comments on commit edb60de

Please sign in to comment.