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

The tutorial uses parts as keyword argument for SequenceRepository but now its collections as dict of dict #12

Closed
fbertaux opened this issue Nov 8, 2021 · 1 comment
Assignees

Comments

@fbertaux
Copy link

fbertaux commented Nov 8, 2021

No description provided.

@veghp
Copy link
Member

veghp commented Nov 8, 2021

Thank you, yes this example should be something like

repository = dc.SequenceRepository(collections={"parts": {"part_A": record_A, "part_B": record_B}})

This will be part of the next release.

@veghp veghp self-assigned this Nov 8, 2021
@veghp veghp closed this as completed in 5c143a8 Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants