Skip to content
Merged
Show file tree
Hide file tree
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 gsw/_wrapped_ufuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5135,7 +5135,7 @@ def rho(SA, CT, p):

Returns
-------
rho : array-like, kg/m
rho : array-like, kg/m^3
in-situ density


Expand Down Expand Up @@ -5194,7 +5194,7 @@ def rho_alpha_beta(SA, CT, p):

Returns
-------
rho : array-like, kg/m
rho : array-like, kg/m^3
in-situ density
alpha : array-like, 1/K
thermal expansion coefficient
Expand Down
1 change: 1 addition & 0 deletions tools/fix_wrapped_ufunc_typos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
('equlibrium', 'equilibrium'),
(' apendix ', ' appendix '),
(' slighty ', ' slightly '),
('rho : array-like, kg/m', 'rho : array-like, kg/m^3'),
]

with open(wrapmod) as f:
Expand Down