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

Report the binary file in use #1028

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Report the binary file in use #1028

wants to merge 2 commits into from

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.

2 participants