Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Jun 11, 2019
1 parent 06fee46 commit 3e70973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcepredictlib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def split_sinks(sink):
Args:
sink(pandas DataFrame): DataFrame of sink samples
Returns:
list: List of indivudal sink columns as df
list of pandas Dataframes: List of indivudal sink columns as pandas Dataframes
"""

sink_df = pd.read_csv(sink, index_col=0)
Expand Down

0 comments on commit 3e70973

Please sign in to comment.