We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef1cd6 commit 467b801Copy full SHA for 467b801
mpi4py_fft/io/h5py_file.py
@@ -9,11 +9,6 @@
9
class HDF5File(FileBase):
10
"""Class for reading/writing data to HDF5 format
11
12
- Note
13
- ----
14
- The keyword arguments ``global_shape`` and ``rank`` are only needed if the
15
- distributed array ``u`` is not provided.
16
-
17
Parameters
18
----------
19
h5name : str
mpi4py_fft/io/nc_file.py
@@ -14,11 +14,6 @@
class NCFile(FileBase):
"""Class for writing data to NetCDF4 format
20
21
22
23
24
ncname : str
0 commit comments