Skip to content

Commit

Permalink
🔧 special: add eval_[sh_]jacobi and hyp2f1 to the allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 23, 2024
1 parent fbb9fbb commit c2ffd58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .mypyignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ scipy\.special\.(cos|sin|tan|cot)dg
scipy\.special\.(cos|pow|exp)m1
scipy\.special\.ellip((e|k)(inc)?|km1|rc)
scipy\.special\.erf(c(inv|x)?|i(nv)?)?
scipy\.special\.eval_(cheby(c|s|t|u)|hermite(norm)?|laguerre|legendre)
scipy\.special\.eval_sh_(cheby(t|u)|legendre)
scipy\.special\.eval_(cheby(c|s)|hermite(norm)?|laguerre)
scipy\.special\.eval_(sh_)?(cheby(t|u)|legendre|jacobi)
scipy\.special\.exp(10?|2|i|n|rel)
scipy\.special\.(exp|log|log_exp)it
scipy\.special\.log1p
scipy\.special\.xlog(1p)?y
scipy\.special\.(di|log|r)?gamma
scipy\.special\.gamma(incc?(inv)?|ln|sgn)?
scipy\.special\.(pseudo_)?huber
scipy\.special\.hyp(0f1|eru)
scipy\.special\.hyp((0|2)f1|eru)
scipy\.special\.be(i|r)p?
scipy\.special\.(i|k)(0|1|v)e?
scipy\.special\.(mod)?struve
Expand Down

0 comments on commit c2ffd58

Please sign in to comment.