Skip to content

Commit

Permalink
fixing bug with xarray in stereo-video example
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pelaez-Zapata committed Dec 4, 2024
1 parent 47278c6 commit b534bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/gallery/plot_stereo_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"""

import numpy as np
import xarray as xr
import netCDF4 as nc
import matplotlib.pyplot as plt
import matplotlib.image as mpimg
Expand Down

0 comments on commit b534bb0

Please sign in to comment.