File tree 1 file changed +0
-10
lines changed 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -3444,11 +3444,6 @@ def new_dataset_and_coord_attrs():
3444
3444
with create_tmp_file () as tmp_file :
3445
3445
ds .to_netcdf (tmp_file )
3446
3446
3447
- ds , attrs = new_dataset_and_attrs ()
3448
- attrs ['test' ] = np .arange (12 ).reshape (3 , 4 )
3449
- with create_tmp_file () as tmp_file :
3450
- ds .to_netcdf (tmp_file )
3451
-
3452
3447
ds , attrs = new_dataset_and_attrs ()
3453
3448
attrs ['test' ] = 'This is a string'
3454
3449
with create_tmp_file () as tmp_file :
@@ -3459,11 +3454,6 @@ def new_dataset_and_coord_attrs():
3459
3454
with create_tmp_file () as tmp_file :
3460
3455
ds .to_netcdf (tmp_file )
3461
3456
3462
- ds , attrs = new_dataset_and_attrs ()
3463
- attrs ['test' ] = np .arange (12 ).reshape (3 , 4 )
3464
- with create_tmp_file () as tmp_file :
3465
- ds .to_netcdf (tmp_file )
3466
-
3467
3457
3468
3458
@requires_scipy_or_netCDF4
3469
3459
class TestDataArrayToNetCDF (object ):
You can’t perform that action at this time.
0 commit comments