Closed donRumata03 closed 7 months ago
Attention: Patch coverage is 83.33333%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 72.76%. Comparing base (
68706be
) to head (dad373a
).
Files | Patch % | Lines |
---|---|---|
golem/core/optimisers/objective/objective.py | 83.33% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves #264
As demonstrated by this code snippet:
Only the Protocol way defines the desired subtyping and passes
mypy
check.While Callable is by default invariant over both its arguments.