Skip to content

Commit 7a53320

Browse files
committed
fix function comments in source interpolation
1 parent 14159c3 commit 7a53320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

simwave/kernel/frontend/source.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ def interpolated_points_and_values(self):
133133
.., begin_point_axisN, end_point_axisN].
134134
ndarray
135135
1D Numpy array with [source_values_axis1, .., source_values_axisN].
136+
ndarray
137+
1D Numpy array with [source_1_offset, .., source_N_offset].
136138
"""
137139

138140
points = np.array([], dtype=np.uint)

0 commit comments

Comments
 (0)