Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Install optional
boltztrap2
andpygraphviz
in CI #3786Install optional
boltztrap2
andpygraphviz
in CI #3786Changes from all commits
3b1b077
6568e05
ec9b65e
186ead5
45e0dc7
11d6a7d
108b440
eecb0fb
5ce39ff
3f37027
78885a8
c48f159
114c582
2c7cd55
0386dac
68b678a
95a1ef9
78830a9
04c038b
57a95f2
bf081ee
666f343
d2cf959
8e6e336
3e6518b
abca862
780bb24
4128284
d534473
771c311
293c87e
f7859ef
c52f3c2
0312792
209a643
534c7a7
0c13672
df545b4
8a58a54
9cc05d5
5c279ea
8d44806
d7cf794
7849ad0
1a8ba84
f036a6f
7f6bfb0
d15c58c
1706c82
3a3cd77
bbdf250
b81a163
c67abbc
155cbff
57d34e2
6dfec4c
5e242eb
29032df
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janosh Forgot to mention this, I have to revert your
update -> |=
change here c67abbc because it seems to break unit test.I haven't got a chance to look closer yet, perhaps the operator is not well defined for
edges
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah i noticed that, that was sloppy refactoring on my part. thanks for fixing!
that's very likely correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pygraphviz
was not installed in CI at that time, so there's no way for you to catch that :)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, but i could have noticed that
g.edges[u, v, k]
is unlikely to be adict
in which case the first thought is to check whether the class in question implements__or__
. (if not,|=
is undefined behavior)