Skip to content

Commit 20224ff

Browse files
authored
Merge pull request #2607 from stan-dev/add_lchoose_exception
Ignore lchoose in expression tests
2 parents 49ead11 + fad9d9c commit 20224ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/sig_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def get_cpp_type(stan_type):
138138
# list of functions we do not test. These are mainly functions implemented in compiler
139139
# (not in Stan Math).
140140
ignored = [
141+
"lchoose",
141142
"lmultiply",
142143
"assign_add",
143144
"assign_divide",

0 commit comments

Comments
 (0)