Skip to content

Commit

Permalink
Rename class to XarraySample
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneke van der Zwaan committed Aug 3, 2018
1 parent 4e434c1 commit d69f79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test/packages/run_xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from integration_test.packages.base import Base


class NetCDF4Sample(Base):
class XarraySample(Base):
"""
Sample script that runs xarray functions logged by recipy.
Expand Down Expand Up @@ -105,4 +105,4 @@ def dataarray_to_netcdf(self):


if __name__ == "__main__":
NetCDF4Sample().invoke(sys.argv)
XarraySample().invoke(sys.argv)

0 comments on commit d69f79f

Please sign in to comment.