Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Apr 25, 2024
1 parent af00054 commit d94df3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py/redrock/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ def mp_array(original):
Returns;
ndarray: the wrapped data.
If the input array has size=0, the original is returned without
wrapping it in a size=0 multiprocessing.RawArray (which generates
warnings)
"""
import multiprocessing as mp

Expand Down

0 comments on commit d94df3c

Please sign in to comment.