Skip to content

Commit

Permalink
add calibration to fake reader channels
Browse files Browse the repository at this point in the history
Add calibration to the fake reader channels matching 0.86 and 0.91, so
that the workaround added in 6a7a78a
does not change the total number of expected datasets in test_load.py
  • Loading branch information
gerritholl committed Jan 24, 2025
1 parent 6a7a78a commit 310f6d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions satpy/tests/etc/readers/fake1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ datasets:
ds8:
name: ds8
wavelength: [0.7, 0.8, 0.9]
calibration: "reflectance"
file_type: fake_file1
coordinates: [lons, lats]
ds9_fail_load:
Expand All @@ -70,6 +71,7 @@ datasets:
ds10:
name: ds10
wavelength: [0.75, 0.85, 0.95]
calibration: "reflectance"
file_type: fake_file1
coordinates: [lons, lats]
ds11:
Expand Down

0 comments on commit 310f6d8

Please sign in to comment.