Skip to content

Commit

Permalink
remvove linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteDlp committed Dec 6, 2023
1 parent 433389c commit 66d7017
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/defStormsDataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ getDataFromNcdfFile <- function(filename, fields, basin, seasons, unitConversion
season <- ncdf4::ncvar_get(dataBase, fields["seasons"])

row <- dim(lon)[1]
len <- dim(lon)[2] # ??
ind <- seq(1, len) # ??

# Filter by season
ind <- which(season %in% seq(seasons[1], seasons[2], 1))
Expand Down

0 comments on commit 66d7017

Please sign in to comment.