Skip to content

Commit 9436c36

Browse files
committed
Merge remote-tracking branch 'refs/remotes/upstream/version-1-prep' into version-1-prep
2 parents 82d1fc3 + 0a438e3 commit 9436c36

File tree

5 files changed

+599
-2
lines changed

5 files changed

+599
-2
lines changed

huracanpy/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"example_TE_file",
2525
"example_CHAZ_file",
2626
"example_MIT_file",
27+
"_accessor",
2728
]
2829

2930

@@ -43,3 +44,4 @@
4344
from . import diags, plot, assess, utils
4445
from .utils._basins import basins_def as basins
4546
from ._subset import sel_id, trackswhere
47+
from . import _accessor

0 commit comments

Comments
 (0)