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

Fix cloudpickle - dill error #367

Merged
merged 5 commits into from
Nov 27, 2020
Merged

Fix cloudpickle - dill error #367

merged 5 commits into from
Nov 27, 2020

Conversation

yannikschaelte
Copy link
Member

Remove dill dependency. Fixes #365

@yannikschaelte yannikschaelte self-assigned this Nov 27, 2020
@codecov-io
Copy link

codecov-io commented Nov 27, 2020

Codecov Report

Merging #367 (cd54e10) into develop (70e6696) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #367      +/-   ##
===========================================
+ Coverage    83.60%   83.64%   +0.03%     
===========================================
  Files           87       87              
  Lines         5020     5026       +6     
===========================================
+ Hits          4197     4204       +7     
+ Misses         823      822       -1     
Impacted Files Coverage Δ
pyabc/sampler/mapping.py 97.50% <100.00%> (+2.62%) ⬆️
pyabc/sampler/singlecore.py 100.00% <0.00%> (ø)
pyabc/weighted_statistics.py 91.22% <0.00%> (ø)
pyabc/inference/util.py 98.00% <0.00%> (+0.02%) ⬆️
pyabc/sampler/multicore.py 98.24% <0.00%> (+0.03%) ⬆️
pyabc/sampler/multicorebase.py 97.61% <0.00%> (+0.05%) ⬆️
pyabc/sampler/eps_mixin.py 92.20% <0.00%> (+0.10%) ⬆️

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 70e6696...cd54e10. Read the comment docs.

@yannikschaelte yannikschaelte merged commit 59b5201 into develop Nov 27, 2020
@yannikschaelte yannikschaelte deleted the feature_tests branch November 27, 2020 22:25
This was referenced Nov 27, 2020
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.

2 participants