Skip to content

Commit

Permalink
docv fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Sep 12, 2024
1 parent 6fdc3ce commit c9ad901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iris/sg/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def estimate(
.. jupyter-execute::
# Remove background from spectrograph observation
# Remove background from spectrograph observation
obs_nobg = obs - bg
# Select the first raster to plot
Expand Down Expand Up @@ -709,7 +709,7 @@ def estimate(
ax.set_ylabel(f"median spectral radiance ({ax.get_ylabel()})")
ax.set_ylim(top=10)
ax.legend()
"""
"""
avg = average(

Check warning on line 713 in iris/sg/background.py

View check run for this annotation

Codecov / codecov/patch

iris/sg/background.py#L713

Added line #L713 was not covered by tests
obs=obs,
axis=(axis_time, axis_detector_x),
Expand Down

0 comments on commit c9ad901

Please sign in to comment.