Skip to content

Commit b959ceb

Browse files
committed
Update comment
1 parent cb85c48 commit b959ceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xcdat/regridder/xgcm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ def vertical(self, data_var: str, ds: xr.Dataset) -> xr.Dataset:
152152
"""See documentation in :py:func:`xcdat.regridder.xgcm.XGCMRegridder`"""
153153
# NOTE: Importing xgcm triggers Numba’s @guvectorize JIT compilation
154154
# in the xgcm.transform module, which can be time-consuming during
155-
# initial imports. To avoid impacting the import time measurements
156-
# in the profiling scripts, we import xgcm only when this method is
157-
# called. Subsequent calls to this method will use the cached import.
155+
# initial imports. To avoid impacting the import time of xcdat, we
156+
# import xgcm only when this method is called. Subsequent calls to this
157+
# method will use the cached import.
158158
from xgcm import Grid
159159

160160
try:

0 commit comments

Comments
 (0)