Fix issues with the analysis of arrays with constant values
Compare changes
Files
6@@ -19,13 +19,14 @@ import xarray
@@ -19,13 +19,14 @@ import xarray
# These metrics will be used to select within the different encodings when aiming at a certain compression ratio.
@@ -45,7 +46,7 @@ def find_direct_relation(parameter_range, function_to_nullify):
@@ -45,7 +46,7 @@ def find_direct_relation(parameter_range, function_to_nullify):
@@ -53,8 +54,16 @@ def get_one_slice(data_array: xarray.DataArray, chunk_size: str = "100KB"):
@@ -53,8 +54,16 @@ def get_one_slice(data_array: xarray.DataArray, chunk_size: str = "100KB"):
@@ -62,9 +71,32 @@ def analyze_data_array(data_array: xarray.DataArray, options: AnalysisOptions) -
@@ -62,9 +71,32 @@ def analyze_data_array(data_array: xarray.DataArray, options: AnalysisOptions) -
Find the compression specification corresponding to a certain data array and a given set of compression options.