Skip to content

Commit

Permalink
Typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
hudde committed Sep 17, 2024
1 parent 7a1a3da commit 0bb42dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-BS_Geometric_Asian_Greeks.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("BS_Geometric_Asian_Greeks is correct", {
set.seed(42)

## TODO: epsilon is a bad variable name, since is can be confused with the
## Greek epsilon, also change that in test-Bs_European_Greeks
## Greek epsilon, also change that in test-BS_European_Greeks
epsilon <- 1e-5

for(i in 1:number_of_runs) {
Expand Down

0 comments on commit 0bb42dc

Please sign in to comment.