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

bug: fix publisher failure when prediction output is in one dimensional format #565

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

khorshuheng
Copy link
Collaborator

@khorshuheng khorshuheng commented Apr 2, 2024

Description

Standard model prediction output can be either in one dimensional or two dimensional format. Currently, the publisher assumes that the output is only in two dimensional format, which is not the case.

Modifications

The parser will now parse both one dimensional and two dimensional prediction output correctly.

Tests

Checklist

  • Added PR label
  • Added unit test, integration, and/or e2e tests
  • Tested locally
  • Updated documentation
  • Update Swagger spec if the PR introduce API changes
  • Regenerated Golang and Python client if the PR introduces API changes

Release Notes


@khorshuheng khorshuheng added the bug Something isn't working label Apr 2, 2024
@khorshuheng khorshuheng self-assigned this Apr 2, 2024
@khorshuheng khorshuheng force-pushed the one-dimensional-prediction branch from 67c3f71 to eafc3e9 Compare April 2, 2024 08:20
@khorshuheng khorshuheng merged commit 1381a0b into main Apr 3, 2024
34 checks passed
@khorshuheng khorshuheng deleted the one-dimensional-prediction branch April 3, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants