Skip to content

Commit

Permalink
Clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Feb 3, 2025
1 parent 9a0d503 commit cf29639
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/test_domain_decomposition.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import unittest
from unittest import TestCase

import numpy as np

from micro_manager.domain_decomposition import DomainDecomposer


Expand Down Expand Up @@ -30,8 +27,6 @@ def test_rank1_out_of_4_3d(self):
self._macro_bounds_3d, ranks_per_axis
)

print("mesh_bounds", mesh_bounds)

self.assertTrue(np.allclose(mesh_bounds, [0.0, 1, -2, 0.0, -2, 8]))

def test_rank5_outof_10_3d(self):
Expand Down

0 comments on commit cf29639

Please sign in to comment.