Skip to content

Commit

Permalink
Add TODO to note importance of singleton testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jranalli committed Oct 9, 2024
1 parent ef962c8 commit 85d7568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/synthirrad/test_cloudfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


class TestFieldGeneration:
# TODO add tests for size 1 and size 0 to guarantee that they produce correct output
def test_random_at_scale_identity(self):
base, interp = cloudfield._random_at_scale((10,10), (10, 10), False)
assert base.shape == (10, 10)
Expand Down

0 comments on commit 85d7568

Please sign in to comment.