Skip to content

Commit

Permalink
Remove unwanted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeyPaiK committed Dec 20, 2023
1 parent a8f4548 commit f684e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ def _color_dict_to_clut(color_map: dict[int, str]) -> tuple[np.ndarray, dict[int


color_map = {
1: "green", # Green for stroma
2: "red", # Red for tumor
3: "yellow", # Yellow for ignore
1: "green",
2: "red",
3: "yellow",
}
clut, rgb_color_map = _color_dict_to_clut(color_map)

Expand Down

0 comments on commit f684e0e

Please sign in to comment.