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

Add Computer.insert() method #157

Merged
merged 26 commits into from
Feb 17, 2025
Merged

Add Computer.insert() method #157

merged 26 commits into from
Feb 17, 2025

Conversation

khaeru
Copy link
Owner

@khaeru khaeru commented Jan 16, 2025

  • Comment a warning to be fixed.
  • Expose .core.key.KeyLike through .types.
  • Add Computer.insert(…); tests.
  • Lots more! See doc/whatsnew

PR checklist

  • Checks all ✅
  • Update documentation
  • Update doc/whatsnew.rst

@khaeru khaeru self-assigned this Jan 16, 2025
@khaeru khaeru added the enh New feature or request label Jan 16, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.86%. Comparing base (3beb5ad) to head (3ee2204).
Report is 27 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #157    +/-   ##
========================================
  Coverage   99.85%   99.86%            
========================================
  Files          52       52            
  Lines        4728     5036   +308     
========================================
+ Hits         4721     5029   +308     
  Misses          7        7            
Files with missing lines Coverage Δ
genno/__init__.py 100.00% <100.00%> (ø)
genno/compat/pyam/__init__.py 100.00% <ø> (ø)
genno/compat/pyam/operator.py 100.00% <ø> (ø)
genno/compat/sdmx/operator.py 100.00% <100.00%> (ø)
genno/config.py 100.00% <ø> (ø)
genno/core/attrseries.py 98.44% <100.00%> (+0.05%) ⬆️
genno/core/base.py 100.00% <ø> (ø)
genno/core/computer.py 100.00% <100.00%> (ø)
genno/core/describe.py 100.00% <100.00%> (ø)
genno/core/graph.py 100.00% <100.00%> (ø)
... and 12 more

@khaeru khaeru merged commit d223d60 into main Feb 17, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enh New feature or request
Projects
None yet
1 participant