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

Prefer covariant types for function parameters #83

Merged
merged 1 commit into from
Feb 4, 2023

Conversation

michaelosthege
Copy link
Member

Closes #80

@codecov-commenter
Copy link

Codecov Report

Base: 95.49% // Head: 95.49% // No change to project coverage 👍

Coverage data is based on head (1d05b8f) compared to base (f151504).
Patch coverage: 100.00% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #83   +/-   ##
=======================================
  Coverage   95.49%   95.49%           
=======================================
  Files           9        9           
  Lines         644      644           
=======================================
  Hits          615      615           
  Misses         29       29           
Impacted Files Coverage Δ
mcbackend/adapters/pymc.py 93.61% <100.00%> (ø)
mcbackend/backends/clickhouse.py 100.00% <100.00%> (ø)
mcbackend/backends/numpy.py 100.00% <100.00%> (ø)
mcbackend/core.py 87.78% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@michaelosthege michaelosthege merged commit 0440e4f into main Feb 4, 2023
@michaelosthege michaelosthege deleted the generic-typing branch February 4, 2023 20:12
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.

Use covariant input types such as Mapping
2 participants