We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3e291 commit 5bde6c6Copy full SHA for 5bde6c6
1 file changed
tests/test_scattering_diffuse.py
@@ -65,7 +65,7 @@ def test_maximum_baseplate_scattering_coefficient_invalid_type():
65
with pytest.raises(TypeError, match="N must be a positive integer."):
66
isd.maximum_baseplate_scattering_coefficient(N=-1)
67
68
-def test_maximum_baseplate_scattering_coefficient_negative_N():
+def test_maximum_baseplate_scattering_coefficient_N():
69
# Test with a positive integer N to verify expected behavior
70
N = 5
71
result = isd.maximum_baseplate_scattering_coefficient(N)
0 commit comments