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 b52d787 commit c709520Copy full SHA for c709520
pytests/test_pyhelios.py
@@ -300,7 +300,7 @@ def test_material(test_sim):
300
assert mat0.specularity == 0.0
301
assert mat0.specular_exponent == 0.0
302
assert mat0.classification == 0
303
- assert np.isclose(mat0.kd[0], 0.20, atol=1e-2)
+ assert np.isclose(mat0.diffuse_components[0], 0.20, atol=1e-2)
304
305
306
def test_scanner(test_sim):
0 commit comments