Skip to content

Commit

Permalink
Update test_pyhelios.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DimasfromLavoisier authored Nov 12, 2024
1 parent 43c7000 commit a95912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/test_pyhelios.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def test_material(test_sim):
assert mat0.specularity == 0.0
assert mat0.specular_exponent == 0.0
assert mat0.classification == 0
assert np.isclose(mat0.kd[0], 0.20, atol=1e-2)
assert np.isclose(mat0.diffuse_components[0], 0.20, atol=1e-2)


def test_scanner(test_sim):
Expand Down

0 comments on commit a95912a

Please sign in to comment.