Skip to content

Commit

Permalink
Merge pull request #2824 from stan-dev/tests/expression-tests-ignored…
Browse files Browse the repository at this point in the history
…-cleanup

Add std_normal_qf to ignored expression tests
  • Loading branch information
WardBrian committed Oct 14, 2022
2 parents dff170c + 5ed350a commit 7a2c3b1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions test/sig_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,9 @@ def get_cpp_type(stan_type):
# list of functions we do not test. These are mainly functions implemented in compiler
# (not in Stan Math).
ignored = [
"lchoose",
"lmultiply",
"assign_add",
"assign_divide",
"assign_elt_divide",
"assign_elt_times",
"assign_multiply",
"assign_subtract",
"lchoose", # synonym for binomial_coefficient_log
"lmultiply", # synonym for multiply_log
"std_normal_qf", # synonym for inv_Phi
"if_else",
]

Expand Down

0 comments on commit 7a2c3b1

Please sign in to comment.