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
STYLE: Prefer specifying b-values as integer types
Prefer specifying b-values as integer types. Increases consistency with
the rest of the code, and avoids using `numbers.Number` which seems to
be problematic for type checking with `mypy`:
python/mypy#3186
Co-authored-by: Chris Markiewicz <[email protected]>
0 commit comments