Skip to content

Commit 0dc2dee

Browse files
committed
put the bracket closure in the right place you ding-dong
1 parent d811be7 commit 0dc2dee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: miloR
22
Type: Package
33
Title: Differential neighbourhood abundance testing on a graph
4-
Version: 2.7.3
4+
Version: 2.7.4
55
Authors@R:
66
c(person("Mike", "Morgan", role=c("aut", "cre"), email="michael.morgan@abdn.ac.uk",
77
comment=c(ORCID="0000-0003-0757-0711")),

src/paramEst.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ arma::vec sigmaScoreREML_arma (const Rcpp::List& pvstar_i, const arma::vec& ysta
3333
double lhs = -0.5 * arma::trace(Pdifi);
3434
arma::mat mid1(1, 1);
3535
mid1 = arma::trans(ystarminx) * P_pvi * Vstarinv * ystarminx;
36-
double rhs = 0.5 * mid1[(0, 0]))
36+
double rhs = 0.5 * mid1[(0, 0)])
3737

3838
reml_score[i] = lhs + rhs;
3939
}

0 commit comments

Comments
 (0)