Skip to content

Commit

Permalink
Merge pull request #73 from program--/utils-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejohnson51 authored Jul 20, 2023
2 parents 02782bd + 5b95bfb commit 37e7e79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ try_att <- function(nc, variable, attribute) {

T_var_info <- var.inq.nc(nc, T_name)

var.get.nc(nc, "time")

time_steps <- utcal.nc(
unitstring = att.get.nc(nc, T_var_info$name, "units"),
value = var.get.nc(nc, T_var_info$name, unpack = TRUE),
Expand Down

0 comments on commit 37e7e79

Please sign in to comment.