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 load_all()/dump_all() to support multidoc YAML. #335

Merged
merged 2 commits into from
Jun 22, 2021

Conversation

grahamgower
Copy link
Member

Closes #239.

@codecov
Copy link

codecov bot commented Jun 22, 2021

Codecov Report

Merging #335 (c57210f) into main (7db3a05) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #335   +/-   ##
=======================================
  Coverage   99.91%   99.92%           
=======================================
  Files           4        4           
  Lines        1245     1260   +15     
=======================================
+ Hits         1244     1259   +15     
  Misses          1        1           
Impacted Files Coverage Δ
demes/demes.py 100.00% <ø> (ø)
demes/__init__.py 88.88% <100.00%> (ø)
demes/load_dump.py 100.00% <100.00%> (ø)

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 7db3a05...c57210f. Read the comment docs.

Copy link
Member

@jeromekelleher jeromekelleher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

tests/test_load_dump.py Show resolved Hide resolved
@grahamgower grahamgower merged commit 8ec4796 into popsim-consortium:main Jun 22, 2021
@grahamgower grahamgower deleted the multidoc branch June 22, 2021 10:44
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.

support multi-document YAML?
2 participants