Skip to content

Commit e12f356

Browse files
committed
add tiny.nc file for testing
1 parent 7cbb9fe commit e12f356

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

maketiny.py

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
'''
2+
This file is used for testing purposes
3+
'''
4+
5+
import xray
6+
7+
tiny = xray.DataArray(range(5), name='tiny').to_dataset()
8+
9+
tiny.to_netcdf('tiny.nc', format='NETCDF3_CLASSIC')

tiny.nc

104 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)