Skip to content

Commit d316af4

Browse files
committed
Allow these functions in compute methods.
1 parent 68e935b commit d316af4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_compute_features.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ def analyze_callable(node, context):
371371
"arctan2",
372372
"sinh",
373373
"cosh",
374+
"tanh",
375+
"arcsinh",
376+
"arccosh",
374377
"arctanh",
375378
"isclose",
376379
]

0 commit comments

Comments
 (0)