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

Miscellaneous enhancements for 2023-W36 #103

Merged
merged 25 commits into from
Sep 11, 2023
Merged

Miscellaneous enhancements for 2023-W36 #103

merged 25 commits into from
Sep 11, 2023

Conversation

khaeru
Copy link
Owner

@khaeru khaeru commented Sep 6, 2023

PR checklist

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

@khaeru khaeru added the enh New feature or request label Sep 6, 2023
@khaeru khaeru self-assigned this Sep 6, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2023

Codecov Report

Merging #103 (8499abb) into main (f03f9f7) will decrease coverage by 0.11%.
The diff coverage is 97.26%.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #103      +/-   ##
===========================================
- Coverage   100.00%   99.89%   -0.11%     
===========================================
  Files           45       47       +2     
  Lines         3831     3928      +97     
===========================================
+ Hits          3831     3924      +93     
- Misses           0        4       +4     
Files Changed Coverage Δ
genno/core/computer.py 100.00% <ø> (ø)
genno/tests/core/test_describe.py 100.00% <ø> (ø)
genno/util.py 95.69% <71.42%> (-4.31%) ⬇️
genno/compat/sdmx.py 100.00% <100.00%> (ø)
genno/compat/xarray.py 100.00% <100.00%> (ø)
genno/computations.py 100.00% <100.00%> (ø)
genno/core/attrseries.py 100.00% <100.00%> (ø)
genno/core/graph.py 100.00% <100.00%> (ø)
genno/tests/compat/test_sdmx.py 100.00% <100.00%> (ø)
genno/tests/core/test_attrseries.py 100.00% <100.00%> (ø)
... and 4 more

khaeru added a commit to iiasa/message-ix-models that referenced this pull request Sep 6, 2023
- Replace isort, flake8 with ruff; adjust config.
- Replace "lint" CI workflow with a "pre-commit" job in the "pytest"
  workflow.
This was linked to issues Sep 11, 2023
@khaeru khaeru merged commit 506a863 into main Sep 11, 2023
@khaeru khaeru deleted the enh/2023-W36 branch October 27, 2023 22:12
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
Development

Successfully merging this pull request may close these issues.

Aggregate using wildcards Document .add_queue()
2 participants