Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ time_not_aligned_random_integers
Method
time_not_aligned_random_integers
asv_bench/benchmarks/alignment.py:38–39 ·
view source on GitHub ↗
(self, join)
Source
from the content-addressed store, hash-verified
36
37
@parameterized([
"join"
], [(
"outer"
,
"inner"
,
"left"
,
"right"
)])
38
def
time_not_aligned_random_integers(self, join):
39
xr.align(self.ds, self.year_subset, join=join)
40
41
42
class
AlignCFTime(Align):
Callers
nothing calls this directly
Calls
1
align
Method · 0.80
Tested by
no test coverage detected