Skip to content

Commit

Permalink
Merge branch 'SylviaWhittle/hariborings_merge' of github.com:AFM-SPM/…
Browse files Browse the repository at this point in the history
…TopoStats into SylviaWhittle/hariborings_merge
  • Loading branch information
SylviaWhittle committed Nov 13, 2024
2 parents 88f74cf + c00b9f7 commit a749da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topostats/grains.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ def convert_classes_to_nearby_classes(
Specifically, it takes a list of tuples of two integers (dubbed class A and class B). For each class A, class B
pair, it will find the largest region of class A and flag it to be ignored. Then for each non-largest region of
class A, it will check if it touches any class B region (within the class_touching_threshold distance). If it
class A, it will check if it touches any class B region (within the ``class_touching_threshold`` distance). If it
does, it will convert the region to class B.
This is useful for situations where you want just one region of class A and the model has a habit of producing
Expand Down

0 comments on commit a749da7

Please sign in to comment.