Skip to content

Commit

Permalink
fix closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Havron-NOAA committed Jun 24, 2024
1 parent 384034b commit 9532ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-prior-multi-module.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ expect_equal(l_inf[1] > bayes.pi[2,1] & l_inf[1] < bayes.pi[2,2], TRUE)
#expect_equal(log(.1) > bayes.pi[5,1] & log(.1) < bayes.pi[5,2], TRUE)
expect_equal(log(.1) > bayes.pi[6,1] & log(.1) < bayes.pi[6,2], TRUE)

)}
})
clear()


0 comments on commit 9532ca6

Please sign in to comment.