Skip to content

Commit e0667e6

Browse files
fixing the unnecessary class 7 creation bug
1 parent 9e364d8 commit e0667e6

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
13 Bytes
Binary file not shown.

dist/fimeval-0.1.56.tar.gz

38 Bytes
Binary file not shown.

src/fimeval/ContingencyMap/evaluationFIM.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ def resize_image(
277277
out_transform1,
278278
)
279279
merged = out_image1 + out_image2_resized
280-
280+
merged[merged==7] = 5
281+
281282
# Get Evaluation Metrics
282283
(
283284
unique_values,

0 commit comments

Comments
 (0)