cloudnetpy-qc 1.30.2__tar.gz → 1.30.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cloudnetpy_qc-1.30.2/cloudnetpy_qc.egg-info → cloudnetpy_qc-1.30.4}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/quality.py +6 -6
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4/cloudnetpy_qc.egg-info}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/LICENSE +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/MANIFEST.in +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/README.md +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/__init__.py +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/coverage.py +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/data/area-type-table.xml +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/data/cf-standard-name-table.xml +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/data/data_quality_config.ini +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/data/standardized-region-list.xml +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/py.typed +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/utils.py +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/variables.py +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc.egg-info/SOURCES.txt +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc.egg-info/dependency_links.txt +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc.egg-info/requires.txt +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc.egg-info/top_level.txt +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/pyproject.toml +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/setup.cfg +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/tests/test_qc.py +0 -0
- {cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/tests/test_utils.py +0 -0
|
@@ -437,11 +437,11 @@ class TestGlobalAttributes(Test):
|
|
|
437
437
|
if product in (Product.MWR_SINGLE, Product.MWR_MULTI, Product.EPSILON_LIDAR):
|
|
438
438
|
attrs.add("source_file_uuids")
|
|
439
439
|
if product != Product.MODEL:
|
|
440
|
-
|
|
441
|
-
"instrument_pid"
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
440
|
+
if self._instrument_product(product):
|
|
441
|
+
attrs.add("instrument_pid")
|
|
442
|
+
else:
|
|
443
|
+
attrs.add("source_file_uuids")
|
|
444
|
+
attrs.add("source_instrument_pids")
|
|
445
445
|
return attrs
|
|
446
446
|
|
|
447
447
|
def _optional_attr(self, name: str, product: Product) -> bool:
|
|
@@ -508,7 +508,7 @@ class TestMedianLwp(Test):
|
|
|
508
508
|
msg = utils.create_out_of_bounds_msg(key, *limits, median_lwp)
|
|
509
509
|
self._add_warning(msg)
|
|
510
510
|
if ma.all(data == 0):
|
|
511
|
-
self.
|
|
511
|
+
self._add_warning(f"All unmasked '{key}' values are zero.")
|
|
512
512
|
|
|
513
513
|
|
|
514
514
|
class FindAttributeOutliers(Test):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudnetpy_qc-1.30.2 → cloudnetpy_qc-1.30.4}/cloudnetpy_qc/data/standardized-region-list.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|