Skip to content
Snippets Groups Projects
Commit dde643bd authored by Ahmet Nihat Simsek's avatar Ahmet Nihat Simsek
Browse files

fix spelling

parent 10d8992e
No related branches found
No related tags found
No related merge requests found
Pipeline #59179 failed
...@@ -715,7 +715,7 @@ class Map(concept.AtlasConcept, configuration_folder="maps"): ...@@ -715,7 +715,7 @@ class Map(concept.AtlasConcept, configuration_folder="maps"):
if fill_uncolored: if fill_uncolored:
seed = len(self.regions) seed = len(self.regions)
np.random.seed(seed) np.random.seed(seed)
logger.info(f"Random colors are allowed for regions without preconfgirued colors. Random seee: {seed}.") logger.info(f"Random colors are allowed for regions without preconfgirued colors. Random seed: {seed}.")
colors = {} colors = {}
if region_specs is not None: if region_specs is not None:
...@@ -753,7 +753,7 @@ class Map(concept.AtlasConcept, configuration_folder="maps"): ...@@ -753,7 +753,7 @@ class Map(concept.AtlasConcept, configuration_folder="maps"):
if no_predefined_color: if no_predefined_color:
logger.info( logger.info(
f"No preconfigured color found for the follwing regions." f"No preconfigured color found for the following regions."
"Use `fill_uncolored=True` to display with a non-background color.\n" "Use `fill_uncolored=True` to display with a non-background color.\n"
f"{no_predefined_color}" f"{no_predefined_color}"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment