Skip to content

Commit

Permalink
Debugging OSX v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaceresb committed May 11, 2024
1 parent e29db47 commit 32faf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/arp-nuisance.R
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@

sigma_B_dual = base::sqrt( base::t(lpDualSoln$gamma_tilde) %*% sigma_ARP %*% lpDualSoln$gamma_tilde)

if is.na(sigma_B_dual) {
if ( is.na(sigma_B_dual) ) {
print( base::t(lpDualSoln$gamma_tilde) %*% sigma_ARP %*% lpDualSoln$gamma_tilde)
print(sigma_ARP)
print(lpDualSoln$gamma_tilde)
Expand Down

0 comments on commit 32faf8a

Please sign in to comment.