File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def test_csmask_csm_6band(data, product_level):
82
82
y_true = y_true .ravel ()
83
83
y_pred = y_pred .ravel ()
84
84
kappa = round (cohen_kappa_score (y_true , y_pred ), 2 )
85
- assert kappa >= 0.65
85
+ assert kappa >= 0.60
86
86
87
87
88
88
@pytest .mark .filterwarnings ("ignore::UserWarning" )
@@ -113,7 +113,7 @@ def test_csmask_valid_6band(data, product_level):
113
113
y_true = y_true .ravel ()
114
114
y_pred = y_pred .ravel ()
115
115
kappa = round (cohen_kappa_score (y_true , y_pred ), 2 )
116
- assert kappa >= 0.65
116
+ assert kappa >= 0.60
117
117
118
118
119
119
@pytest .mark .filterwarnings ("ignore::UserWarning" )
@@ -139,7 +139,7 @@ def test_csmask_csm_4band(data, product_level):
139
139
y_true = y_true .ravel ()
140
140
y_pred = y_pred .ravel ()
141
141
kappa = round (cohen_kappa_score (y_true , y_pred ), 2 )
142
- assert kappa >= 0.65
142
+ assert kappa >= 0.60
143
143
144
144
145
145
@pytest .mark .filterwarnings ("ignore::UserWarning" )
You can’t perform that action at this time.
0 commit comments