You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use new convention for validity mask in prepare + shadow mask
* Use new convention for validity mask in prepare + shadow mask
* Use new convention for validity mask in prepare + shadow mask
* New convention for valid_stack in stack_masks
* New convention in vegetation mask
* New convention in urbanmask
* New convention in input valid_stack
* Improve unitary test to add nodata in input image, and also a fake cloud mask to test validity mask
* Fix veg mask test
* fix validation and feature tests
* Update CHANGELOG
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A new section Unreleased is opened then for next dev phase.
12
12
- Add possibility to use a nearly void config files : almost all config files shall be initiated with default values #14
13
13
14
14
### Changed
15
-
- Change convention for validity mask : 0 values shall stand for "valid" pixels, and other values shall stand for user specified reasons (ex : 1 for NO_DATA in input VHR image, 2 for clouds, etc.)
15
+
- Change convention for validity mask : 0 values shall stand for "valid" pixels, and other values shall stand for user specified reasons (ex : 1 for NO_DATA in input VHR image, 2 for clouds, etc.) --> see #32
Copy file name to clipboardExpand all lines: pytest.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
[pytest]
22
22
addopts = -ra
23
23
markers =
24
-
ci: for CI ('pytest -m ci --config config_tests_ci.json --main_config main_config_tests_ci.json --cov=slurp' to launch CI tests and compute code coverage)
24
+
ci: for CI ('pytest -m ci --config config_tests_ci.json --main_config main_config_tests_ci.json --cov=slurp --cov-report html' to launch CI tests and compute code coverage (HTML report))
25
25
validation: validate all algorithms (compute and compare to reference)
26
26
features: validate specific features (launch pytest -m "features or validation" to launch all tests)
0 commit comments