Skip to content
Snippets Groups Projects
Commit f40613cf authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 8009120f
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ def process_cld_prob(param_s, tile):
grd_k = tile[k, ].copy()
grd_k = process_cld_prob_(grd_k)
if grd_k is not None:
tile[k, ] = process_cld_prob(grd_k)
tile[k, ] = grd_k
return tile
else:
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment