Skip to content

Commit

Permalink
Better diagnostics in class H5Reader instantiation - 2nd edit
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl authored Aug 10, 2021
1 parent b9294c2 commit 7e2fb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blimpy/io/hdf_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, filename, f_start=None, f_stop=None, t_start=None, t_stop=Non
""" Constructor.
Args:
filename (str): filename of blimpy file.
filename (str): file path of HDF5 file.
f_start (float): start frequency, in MHz
f_stop (float): stop frequency, in MHz
t_start (int): start time bin
Expand Down

0 comments on commit 7e2fb41

Please sign in to comment.