Skip to content

Commit

Permalink
fix doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Oct 25, 2024
1 parent 9dc2da3 commit becd51d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eazy/hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,13 @@ def initialize_from_hdf5(h5file='test.hdf5', verbose=True):
Parameters
----------
h5file : str
HDF5 filename from `eazy.hdf5.
HDF5 filename from `eazy.hdf5.write_hdf5`
Returns
-------
pzobj : '~eazy.photoz.PhotoZ'
pzobj : `~eazy.photoz.PhotoZ`
Photoz object
"""

# Parameter dictionary
Expand Down

0 comments on commit becd51d

Please sign in to comment.