Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ sin
Method
sin
xarray/tests/test_ufuncs.py:189–190 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
187
188
@staticmethod
189
def
sin(x):
190
return
np.sin(x)
191
192
@staticmethod
193
def
add(x, y):
Callers
15
setUp
Method · 0.80
setUp
Method · 0.80
test_plot_transposed_nondim_coord
Function · 0.80
test_plot_transposes_properly
Function · 0.80
test_univariate_ufunc
Method · 0.80
test_univariate_xufunc
Method · 0.80
test_ufuncs
Method · 0.80
get_example_data
Function · 0.80
test_interpolate_chunk_1d
Function · 0.80
test_interpolate_chunk_advanced
Function · 0.80
test_interp1d_bounds_error
Function · 0.80
test_weather_data_resample
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected