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
test(cuda.core): fix options regex for AdviseOptions ("an" vs "a")
The advise() error message reads "must be an AdviseOptions instance or
None" (vowel triggers "an"), but the regex matched only "must be a ".
Relax to "must be an?" so all three op tests pass.
0 commit comments