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):
117
117
self .creep_spread_image_by_minute = dict ()
118
118
## This list contains all the active cgus in every time frame
119
119
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
121
121
self .creep_gen_units_times = dict ()
122
122
## convert all possible cgu radii into a sets of coordinates centred around the origin,
123
123
## in order to use this with the CGUs, the centre point will be
@@ -168,7 +168,7 @@ def radius_to_map_positions(self, radius):
168
168
## this function converts all radius into map coordinates
169
169
## centred around the origin that the creep can exist
170
170
## 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
172
172
output_coordinates = list ()
173
173
# Sample a square area using the radius
174
174
for x in range (- radius , radius ):
You can’t perform that action at this time.
0 commit comments