-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TYP: Improve typing accuracy #758
Conversation
backcast: Union[float, Float64Array], | ||
var_bounds: Float64Array, | ||
) -> float: # pragma: no cover | ||
... # pragma: no cover |
Check notice
Code scanning / CodeQL
Statement has no effect Note
var_bounds: Float64Array, | ||
individual: Literal[False] = ..., | ||
) -> float: # pragma: no cover | ||
... # pragma: no cover |
Check notice
Code scanning / CodeQL
Statement has no effect Note
var_bounds: Float64Array, | ||
individual: Literal[True] = ..., | ||
) -> Float64Array: # pragma: no cover | ||
... # pragma: no cover |
Check notice
Code scanning / CodeQL
Statement has no effect Note
backcast: Union[float, Float64Array], | ||
var_bounds: Float64Array, | ||
) -> float: # pragma: no cover | ||
... # pragma: no cover |
Check notice
Code scanning / CodeQL
Statement has no effect Note
var_bounds: Float64Array, | ||
individual: Literal[False] = ..., | ||
) -> float: # pragma: no cover | ||
... # pragma: no cover |
Check notice
Code scanning / CodeQL
Statement has no effect Note
var_bounds: Float64Array, | ||
individual: Literal[True] = ..., | ||
) -> Float64Array: # pragma: no cover | ||
... # pragma: no cover |
Check notice
Code scanning / CodeQL
Statement has no effect Note
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #758 +/- ##
==========================================
- Coverage 99.51% 99.50% -0.02%
==========================================
Files 74 74
Lines 15629 15634 +5
Branches 1274 1274
==========================================
+ Hits 15553 15556 +3
- Misses 51 52 +1
- Partials 25 26 +1 ☔ View full report in Codecov by Sentry. |
No description provided.