Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/stratify/_bounded_vinterp.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def interpolate_conservative(z_target, z_src, fz_src, axis=-1):
: :class:`np.ndarray`
fz_src interpolated from z_src to z_target.

Note
----
Notes
-----
- Support for 1D z_target and corresponding ND z_src will be provided in
future as driven by user requirement.
- Those cells, where 'nan' values in the source data contribute, a 'nan'
Expand Down
Loading