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

BUG: Fix pickling for CRS builder classes #901

Merged
merged 1 commit into from Aug 13, 2021

Conversation

snowman2
Copy link
Member

@snowman2 snowman2 added this to In progress in 3.2.0 Release via automation Aug 13, 2021
@codecov
Copy link

codecov bot commented Aug 13, 2021

Codecov Report

Merging #901 (316b933) into master (cefc33d) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #901      +/-   ##
==========================================
+ Coverage   95.22%   95.29%   +0.06%     
==========================================
  Files          21       21              
  Lines        1677     1680       +3     
==========================================
+ Hits         1597     1601       +4     
+ Misses         80       79       -1     
Impacted Files Coverage Δ
pyproj/crs/crs.py 97.71% <100.00%> (+0.24%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cefc33d...316b933. Read the comment docs.

@snowman2 snowman2 merged commit 43b7cff into pyproj4:master Aug 13, 2021
3.2.0 Release automation moved this from In progress to Done Aug 13, 2021
@snowman2 snowman2 deleted the class_pickle branch August 13, 2021 02:51
sthagen added a commit to sthagen/pyproj4-pyproj that referenced this pull request Aug 14, 2021
BUG: Fix pickling for CRS builder classes (pyproj4#901)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Pickle fails to load Pyproj objects
1 participant