Skip to content

Commit 2db7991

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
remove warning message
1 parent c8325b6 commit 2db7991

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/netCDF4/_netCDF4.pyx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
15061495
class NetCDF4MissingFeatureException(Exception):
15071496
"""Custom exception when trying to use features missing from the linked netCDF library"""
15081497
def __init__(self, feature: str, version: str):

0 commit comments

Comments
 (0)