ldcpy icon indicating copy to clipboard operation
ldcpy copied to clipboard

List of all failing metrics with corresponding aggregate dimensions

Open pinarda opened this issue 1 year ago • 0 comments

Note: all agg dim means ["lat", "lon", "time"]. "all none" is a typo and means [].

calcs:

failed getting stft for lat lon agg dim failed getting stft for all agg dim ValueError: Dimensions {'lat'} do not exist. Expected one or more of ('time',)

failed getting pooled_var_ratio for lat lon agg dim failed getting pooled_var_ratio for all agg dim ValueError: weights must be a DataArray

failed getting sum_squared for time agg dim failed getting sum_squared for lat lon agg dim failed getting sum_squared for all agg dim failed getting sum_squared for all none dim TypeError: unsupported operand type(s) for *: 'NoneType' and 'NoneType' line should be changed to self._sum_squared = np.square(self._sum)

failed getting lag1 for time agg dim failed getting lag1 for lat lon agg dim failed getting lag1 for all agg dim failed getting lag1 for all none dim TypeError: dot() got an unexpected keyword argument 'dim'

failed getting lag1_first_difference for time agg dim failed getting lag1_first_difference for lat lon agg dim failed getting lag1_first_difference for all agg dim failed getting lag1_first_difference for all none dim TypeError: dot() got an unexpected keyword argument 'dim'

failed getting cdf for time agg dim failed getting cdf for lat lon agg dim failed getting cdf for all agg dim failed getting cdf for all none dim ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

failed getting magnitude_diff_ns for time agg dim failed getting magnitude_diff_ns for lat lon agg dim failed getting magnitude_diff_ns for all agg dim ValueError: 'lat' not found in array dimensions ('time',) or ValueError: 'lat' not found in array dimensions ()

failed getting real_information for lat lon agg dim failed getting real_information for all agg dim failed getting real_information for all none dim Times out

failed getting magnitude_range for time agg dim failed getting magnitude_range for all none dim Times out ds_calcs_across_space.get_calc("magnitude_range")

single calcs:

failed getting zscore_cutoff for all agg dim IndexError: too many indices for array: array is 0-dimensional, but 1 were indexed

failed getting zscore_percent_significant for all agg dim IndexError: too many indices for array: array is 0-dimensional, but 1 were indexed

error: vertical (lev) not found for autocorrelation error: vertical (lev) not found for autocorrelation error: vertical (lev) not found for autocorrelation error: vertical (lev) not found for autocorrelation

failed getting entropy for time agg dim failed getting entropy for lat lon agg dim failed getting entropy for all none dim AttributeError: 'numpy.ndarray' object has no attribute 'stack'

failed getting pooled_variance for lat lon agg dim failed getting pooled_variance for all agg dim ValueError: weights must be a DataArray

diff calcs:

failed getting n_rms for time agg dim failed getting n_rms for lat lon agg dim failed getting n_rms for all none dim TypeError: only size-1 arrays can be converted to Python scalars

failed getting ssim for time agg dim failed getting ssim for lat lon agg dim failed getting ssim for all agg dim failed getting ssim for all none dim ValueError: too many values to unpack (expected 2)

failed getting ssim_fp for time agg dim failed getting ssim_fp for lat lon agg dim failed getting ssim_fp for all agg dim failed getting ssim_fp for all none dim Exception: array and kernel have differing number of dimensions.

pinarda avatar Oct 31 '24 21:10 pinarda