Skip to content

Commit

Permalink
fix(mpiarray): fix doctest warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Sep 26, 2024
1 parent e02b8c2 commit fcd4307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caput/mpiarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Load in data into parallel array
for lfi, fi in darr1.enumerate(axis=0):
darr1[lfi] = load_freq_data(gfi)
darr1.local_array[lfi] = load_freq_data(gfi)
# Perform m-transform (i.e. FFT)
darr2 = MPIArray.wrap(np.fft.fft(darr1, axis=1), axis=0)
Expand Down

0 comments on commit fcd4307

Please sign in to comment.