Skip to content

Commit

Permalink
remove ::
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Messier committed Oct 11, 2023
1 parent 0986c96 commit 908bd09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion R/meta_learner.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ meta_learner_predict <- function(meta_fit_obj, pred_loc) {
meta_pred_vec <- predict(meta_fit_obj, new = pred_loc)

Check warning on line 34 in R/meta_learner.R

View check run for this annotation

Codecov / codecov/patch

R/meta_learner.R#L34

Added line #L34 was not covered by tests
# Call the vec2nc function to create a NetCDF (nc) file from the
# vector predictions
meta_pred_nc <- NRTAPmodel::vec2nc(meta_pred_vec)
meta_pred_nc <- vec2nc(meta_pred_vec)
return(meta_pred_nc)

Check warning on line 38 in R/meta_learner.R

View check run for this annotation

Codecov / codecov/patch

R/meta_learner.R#L37-L38

Added lines #L37 - L38 were not covered by tests

}
34 changes: 0 additions & 34 deletions documentation.yml

This file was deleted.

0 comments on commit 908bd09

Please sign in to comment.