File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def __init__(self, replay):
117117 self .creep_spread_image_by_minute = dict ()
118118 ## This list contains all the active cgus in every time frame
119119 self .creep_gen_units = dict ()
120- ## Thist list corresponds to creep_gen_units storing the time of each CGU
120+ ## This list corresponds to creep_gen_units storing the time of each CGU
121121 self .creep_gen_units_times = dict ()
122122 ## convert all possible cgu radii into a sets of coordinates centred around the origin,
123123 ## in order to use this with the CGUs, the centre point will be
@@ -168,7 +168,7 @@ def radius_to_map_positions(self, radius):
168168 ## this function converts all radius into map coordinates
169169 ## centred around the origin that the creep can exist
170170 ## the cgu_radius_to_map_position function will simply
171- ## substract every coordinate with the centre point of the tumour
171+ ## subtract every coordinate with the centre point of the tumour
172172 output_coordinates = list ()
173173 # Sample a square area using the radius
174174 for x in range (- radius , radius ):
You can’t perform that action at this time.
0 commit comments