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

Support: Fixd UUID and prefix outputs string #2358

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

jieguangzhou
Copy link
Collaborator

Description

Related Issues

Checklist

  • Is this code covered by new or existing unit tests or integration tests?
  • Did you run make unit_testing and make integration-testing successfully?
  • Do new classes, functions, methods and parameters all have docstrings?
  • Were existing docstrings updated, if necessary?
  • Was external documentation updated, if necessary?

Additional Notes or Comments

@jieguangzhou jieguangzhou force-pushed the feat/output-key branch 2 times, most recently from d147d45 to 2065e82 Compare July 31, 2024 06:19
@jieguangzhou jieguangzhou changed the title Support: Random UUID and prefix outputs string Support: Fixd UUID and prefix outputs string Jul 31, 2024
@@ -378,7 +378,9 @@ def outputs(self, *predict_ids):
attr = getattr(query, self.primary_id)
for identifier in predict_ids:
identifier = (
identifier if '_outputs' in identifier else f'_outputs__{identifier}'
identifier
if '_outputs' in identifier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed this one

@blythed blythed merged commit ae852ec into superduper-io:main Jul 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants