Skip to content

Commit 2b3e291

Browse files
ahms5Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6d5dae8 commit 2b3e291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_scattering_diffuse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_maximum_baseplate_scattering_coefficient_invalid_type():
6666
isd.maximum_baseplate_scattering_coefficient(N=-1)
6767

6868
def test_maximum_baseplate_scattering_coefficient_negative_N():
69-
# Negative N is technically an integer, but let's check if it works
69+
# Test with a positive integer N to verify expected behavior
7070
N = 5
7171
result = isd.maximum_baseplate_scattering_coefficient(N)
7272
expected_freqs = np.array([

0 commit comments

Comments
 (0)