You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you tell me what Ruff version you're using? We recently shipped an improvement that reduces the false-positives for the pandas rule and it seems to address your example: I don't see a warning here
To reproduce this false warning it should be sufficient:
import pymc as pm
pm.math.stack()
The text was updated successfully, but these errors were encountered: