Skip to content
Discussion options

You must be logged in to vote

Thanks for reporting and sorry for this mysterious error message. My assumption is that the metadata does not match across all your graphs (which is a requirement). That means, the following should pass:

for data in dataset:
    assert data.metadata() == dataset[0].metadata()

Replies: 1 comment 17 replies

Comment options

You must be logged in to vote
17 replies
@rusty1s
Comment options

@Zytrus
Comment options

@rusty1s
Comment options

@Zytrus
Comment options

@rusty1s
Comment options

Answer selected by Zytrus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants