Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Oct 20, 2024
1 parent 1668b99 commit 365fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netCDF4/_netCDF4.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4660,7 +4660,7 @@ pre-filled)."""
return np.array(default_fillvals[self.dtype.str[1:]],self.dtype)
#fillval = np.array(default_fillvals[self.dtype.str[1:]],self.dtype)
#with nogil:
# ierr=nc_inq_var_fill(self._grpid,self._varid,&no_fill,fillval)
# ierr=nc_inq_var_fill(self._grpid,self._varid,&no_fill,PyArray_DATA(fillval))
#_ensure_nc_success(ierr)
#return fillval
else:
Expand Down

0 comments on commit 365fbab

Please sign in to comment.