Skip to content

Commit ee8980d

Browse files
committed
add a little note about what we're doing
1 parent d595829 commit ee8980d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_PolarBasis2D.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class PolarBasis2DTestCase(TestCase):
1616
def setUp(self):
1717
self.dtype = np.float32
1818
self.basis = PolarBasis2D((8, 8), 4, 32, dtype=self.dtype)
19+
# Note, in practice we got a degenerate random array around 1%
20+
# of the time, so we fix a seed for the randn calls.
1921
self.seed = 8675309
2022

2123
def tearDown(self):

0 commit comments

Comments
 (0)