Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfwilliam authored Aug 4, 2022
1 parent 8b83175 commit ecc39b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drought_impact_forecasting/models/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import torch
import earthnet as en

def mean_cube(cube, mask_channel=False): # dumb one
def mean_cube(cube, mask_channel=False):
# cube is the input cube (note that the time is always the last coordinate)
# cannels is the list of channels we compute the avarage on
# mask_channel whether we include the data quality mask (if we include the mask channel it should be the last one)
Expand Down

0 comments on commit ecc39b3

Please sign in to comment.