File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1492,17 +1492,6 @@ _needsworkaround_issue485 = __netcdf4libversion__ < "4.4.0" or \
14921492 (__netcdf4libversion__.startswith(" 4.4.0" ) and \
14931493 " -development" in __netcdf4libversion__)
14941494
1495- # issue warning for hdf5 1.10 (issue #549)
1496- if __netcdf4libversion__[0 :5 ] < " 4.4.1" and \
1497- __hdf5libversion__.startswith(" 1.10" ):
1498- msg = """
1499- WARNING: Backwards incompatible files will be created with HDF5 1.10.x
1500- and netCDF < 4.4.1. Upgrading to netCDF4 >= 4.4.1 or downgrading to
1501- to HDF5 version 1.8.x is highly recommended
1502- (see https://github.com/Unidata/netcdf-c/issues/250)."""
1503- warnings.warn(msg)
1504-
1505-
15061495class NetCDF4MissingFeatureException (Exception ):
15071496 """ Custom exception when trying to use features missing from the linked netCDF library"""
15081497 def __init__ (self , feature: str , version: str ):
You can’t perform that action at this time.
0 commit comments