Skip to content
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

Merged
merged 1 commit into from
Nov 5, 2024
Merged

TYP: Improve typing accuracy #758

merged 1 commit into from
Nov 5, 2024

Conversation

bashtage
Copy link
Owner

@bashtage bashtage commented Nov 5, 2024

No description provided.

backcast: Union[float, Float64Array],
var_bounds: Float64Array,
) -> float: # pragma: no cover
... # pragma: no cover

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
var_bounds: Float64Array,
individual: Literal[False] = ...,
) -> float: # pragma: no cover
... # pragma: no cover

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
var_bounds: Float64Array,
individual: Literal[True] = ...,
) -> Float64Array: # pragma: no cover
... # pragma: no cover

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
backcast: Union[float, Float64Array],
var_bounds: Float64Array,
) -> float: # pragma: no cover
... # pragma: no cover

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
var_bounds: Float64Array,
individual: Literal[False] = ...,
) -> float: # pragma: no cover
... # pragma: no cover

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
var_bounds: Float64Array,
individual: Literal[True] = ...,
) -> Float64Array: # pragma: no cover
... # pragma: no cover

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.50%. Comparing base (38beda6) to head (cc9580a).
Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@bashtage bashtage merged commit 8ff5a5e into main Nov 5, 2024
26 of 27 checks passed
@bashtage bashtage deleted the improve-typing branch November 6, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant