Skip to content

Commit

Permalink
more specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Oct 10, 2023
1 parent 41d2b72 commit 3cb1fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_broadband_albedo(testdata_specim: SpecArray):
check.equal(broadband_albedo.shape, (2, 1024))
check.equal(broadband_albedo.dims, ("sample", "point"))
check.equal(broadband_albedo.name, "broadband albedo")
check.almost_equal(float(broadband_albedo.sel(sample=0, point=0).as_numpy().values), 0.61686938)


@pytest.mark.parametrize("test_sets", ["testdata_no_black", "testdata_no_white"], indirect=True)
Expand Down

0 comments on commit 3cb1fc0

Please sign in to comment.