Skip to content

Commit

Permalink
fix pydocstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev committed Oct 10, 2023
1 parent c3ed789 commit 8eb74da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@ def from_pandas(cls, df, return_dims=False):
np.ndarray or (np.ndarray, row_lengths, col_widths)
A NumPy array with partitions (with dimensions or not).
"""

num_splits = NPartitions.get()
row_chunksize = compute_chunksize(df.shape[0], num_splits)
col_chunksize = compute_chunksize(df.shape[1], num_splits)
Expand Down

0 comments on commit 8eb74da

Please sign in to comment.