Skip to content

Commit dd17851

Browse files
committed
Merge branch 'import-speed-up' of github.com:davidhassell/cf-python into import-speed-up
2 parents 73630b4 + 6f0a1e9 commit dd17851

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version NEXTVERSION
44
**2025-12-??**
55

66
* Reduce the time taken to import `cf`
7-
(https://github.com/NCAS-CMS/cfdm/issues/902)
7+
(https://github.com/NCAS-CMS/cf-python/issues/902)
88

99
----
1010

cf/functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3225,8 +3225,6 @@ def environment(display=True, paths=True):
32253225
cf: 3.18.0
32263226
32273227
"""
3228-
# regridding = _get_module_info("esmpy", alternative_name="ESMF", try_except=True)
3229-
32303228
# Get cfdm env
32313229
out = cfdm.environment(display=False, paths=paths)
32323230

0 commit comments

Comments
 (0)