-
Notifications
You must be signed in to change notification settings - Fork 11
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
Workflow: Merge changes I made so far #733
Conversation
Allow self in node definition
Add server object to Node and Workflow
Super. I was thinking this too! I lean towards merging this before merging #729, and I'll handle the merge to rebase this stuff onto the new abstract class. |
I'll hold off a full review until we get the stacked PRs merged in here? Taking a quick glance, one thing I think would be really nice is having a concrete example in |
Pull Request Test Coverage Report for Build 5382047220
💛 - Coveralls |
Is there a particular reason? I have the feeling that they make this PR only larger
So far there's nothing that really changes the functionality. As soon as there's a possibility to set it up (especially the server), I would say we can add it. |
The reason had been that tests were failing and I thought this needed the other stuff. It looks like the only other connected PR is #725. I'll just review each separately, but I think we can merge both soon.
The ability to include Regarding |
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.
Ok, I basically said everything I had to say in the non-review-comment five minutes ago 😝 Here I just act on it.
Purge server
and add example to the ipynb at it's good-to-go.
Ah yeah and the reason why it was failing was because the tests are apparently not triggered when the PR is not to be merged to
Hmm on the other hand there are only counter examples and nothing that enhances the capabilities. Since it's relatively obvious that
Fine by me. |
Co-authored-by: Liam Huber <[email protected]>
Co-authored-by: Liam Huber <[email protected]>
Co-authored-by: Liam Huber <[email protected]>
Co-authored-by: Liam Huber <[email protected]>
Mmmm, I hear you.... but right now I'm really gearing I can see you might be right and this isn't a hill I need to die on, so If you still disagree with me then let's just drop it and merge sans example, but I hope I was sufficiently persuasive in the last paragraph 😂 |
Ah in that case I would rather add comments inside the code, because the code itself is a lot more visible to someone like @pmrv. |
Good point, that is an even better solution. |
Now I updated the docs. I guess it's ready now. |
Can we modify EDIT: But otherwise, yes, that was the single outstanding thing for me. The rest is looking great! |
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.
I'd optimally still like to see test_with_self
be more thorough as described here, but don't want my old "request changes" to block merging.
Do you have an idea how to use |
It gets locally scoped, so it's a non-issue. I thought you might have (very fairly!) stopped for the day, so I implemented what I had in mind in #742. Lmk what you think! |
I open this one now because otherwise this branch only becomes larger and deviates from
main
.