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

Adjust for sdmx1 v2.10.0 #101

Merged
merged 2 commits into from May 20, 2023
Merged

Adjust for sdmx1 v2.10.0 #101

merged 2 commits into from May 20, 2023

Conversation

khaeru
Copy link
Member

@khaeru khaeru commented May 20, 2023

As of sdmx1 v2.10, objects in the Information Model no longer have .copy() methods; the release notes recommend using copy.copy() from the standard library instead.

This PR makes that change.

How to review

Read the diff and note that the CI checks all pass.

PR checklist

  • Continuous integration checks all ✅
  • Add or expand tests; coverage checks both ✅
  • Add, expand, or update documentation. N/A
  • Update doc/whatsnew.

@khaeru khaeru self-assigned this May 20, 2023
@khaeru khaeru added the ci Continuous integration & testing label May 20, 2023
@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #101 (dcc3393) into main (38b2e2a) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
+ Coverage   67.09%   67.11%   +0.01%     
==========================================
  Files          58       58              
  Lines        4009     4011       +2     
==========================================
+ Hits         2690     2692       +2     
  Misses       1319     1319              
Impacted Files Coverage Δ
message_ix_models/model/disutility.py 100.00% <100.00%> (ø)
message_ix_models/model/structure.py 100.00% <100.00%> (ø)

@khaeru khaeru merged commit 45a9e41 into main May 20, 2023
7 checks passed
@khaeru khaeru deleted the sdmx-2.10 branch May 20, 2023 09:02
khaeru added a commit that referenced this pull request May 31, 2023
khaeru added a commit that referenced this pull request May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration & testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant