Skip to content

Commit

Permalink
Fix some GH Action errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianyu Li committed Mar 8, 2024
1 parent 3593ef1 commit a0ada30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/assim.sequential/R/Analysis_sda_block.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ analysis_sda_block <- function (settings, block.list.all, X, obs.mean, obs.cov,
##' @description This function split long vector and covariance matrix into blocks corresponding to the localization.
##'
##' @return It returns the `build.block.xy` object with data and constants filled in.
##' @importFrom purrr

This comment has been minimized.

Copy link
@mdietze

mdietze Mar 8, 2024

Member

please apply namespaces to functions rather than using @importFrom

build.block.xy <- function(settings, block.list.all, X, obs.mean, obs.cov, t) {
#set q.type from settings.
if (settings$state.data.assimilation$q.type == "vector") {
Expand Down

0 comments on commit a0ada30

Please sign in to comment.