Skip to content

Commit

Permalink
more precise docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
matsen committed Aug 3, 2024
1 parent 6fc0692 commit bb34fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netam/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def load_pcp_df(pcp_df_path_gz, sample_count=None, chosen_v_families=None):
"""
Load a PCP dataframe from a gzipped CSV file.
`orig_pcp_idx` is an index into the original file, even if we subset by
`orig_pcp_idx` is the index column from the original file, even if we subset by
sampling or by choosing V families.
"""
pcp_df = (
Expand Down

0 comments on commit bb34fe4

Please sign in to comment.