Skip to content

Conversation

@rowleya
Copy link
Member

@rowleya rowleya commented Mar 7, 2023

Adds the reporting of which binary was used on which vertex, which can be very useful in multi-binary models!

@rowleya rowleya added the enhancement This adds a new feature label Mar 7, 2023
@rowleya rowleya requested a review from Christian-B March 7, 2023 16:11
@dkfellows
Copy link
Member

Do we have any non-virtual machine vertices that do not implement AbstractHasAssociatedBinary? Isn't implementing that an absolute requirement for being deployed to the machine at all?

@rowleya
Copy link
Member Author

rowleya commented Mar 13, 2023

Do we have any non-virtual machine vertices that do not implement AbstractHasAssociatedBinary? Isn't implementing that an absolute requirement for being deployed to the machine at all?

Yes, pretty much - I can see that the else case here is sort-of not needed. Ideally we would add the get_binary methods to the machine vertex, and return None by default I suppose, thus negating the need for AbstractHasAssociatedBinary at all, or alternatively have a OnMachineVertex or something. That seems like the job for another PR though...

@dkfellows dkfellows added this to the 7.1.0 milestone Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants