Skip to content

Commit 467b801

Browse files
committed
Remove notes for IO that are no longer true
1 parent bef1cd6 commit 467b801

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Diff for: mpi4py_fft/io/h5py_file.py

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
class HDF5File(FileBase):
1010
"""Class for reading/writing data to HDF5 format
1111
12-
Note
13-
----
14-
The keyword arguments ``global_shape`` and ``rank`` are only needed if the
15-
distributed array ``u`` is not provided.
16-
1712
Parameters
1813
----------
1914
h5name : str

Diff for: mpi4py_fft/io/nc_file.py

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
class NCFile(FileBase):
1515
"""Class for writing data to NetCDF4 format
1616
17-
Note
18-
----
19-
The keyword arguments ``global_shape`` and ``rank`` are only needed if the
20-
distributed array ``u`` is not provided.
21-
2217
Parameters
2318
----------
2419
ncname : str

0 commit comments

Comments
 (0)