Skip to content

Commit

Permalink
build and push new version to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
anguswg-ucsb committed Oct 17, 2023
1 parent a3159bd commit 022b54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climatePy/_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def animiation_raster(data, outfile, colors = None):
(str or List[str]): A single string indicating where filepath the GIF was
saved to or a List of output file paths indicating where the GIF for each one of the dictionary keys was saved to
"""

# if data is a DataArray, make the gif and return the file path name
if isinstance(data, (xr.core.dataarray.DataArray, xr.core.dataarray.DataArray)):
animiation_xarray(data = data, outfile = outfile, colors = colors)
Expand Down

0 comments on commit 022b54d

Please sign in to comment.