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

fix(back): inference_model: don't rely on db/media table order #169

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

BertrandRenault
Copy link
Contributor

@BertrandRenault BertrandRenault commented Feb 19, 2024

Issue

Fixes #168

Description

inference_model > _load_rows() doesn't rely on table order anymore

This PR is draft, for reference, as _load_rows() should use methods from Dataset class, which may depends on RFC1 rfcs/RFC1.md

@BertrandRenault BertrandRenault added bug: minor Minor issues, minimal user impact scope: back Related to Pixano backend labels Feb 19, 2024
@BertrandRenault BertrandRenault linked an issue Feb 19, 2024 that may be closed by this pull request
@cpvannier
Copy link
Member

This PR is draft, for reference, as _load_rows() should use methods from Dataset class, which may depends on RFC1

I think this PR should be merged now to fix the issue for Pixano 0.5.0, as RFC1 won't be implemented until Pixano 0.6.0.

@BertrandRenault BertrandRenault marked this pull request as ready for review February 20, 2024 10:30
@BertrandRenault BertrandRenault merged commit baf07f0 into develop Feb 21, 2024
5 checks passed
@cpvannier cpvannier removed bug: minor Minor issues, minimal user impact scope: back Related to Pixano backend labels Feb 28, 2024
@cpvannier cpvannier mentioned this pull request Feb 29, 2024
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.

Inferences: don't rely on tables order
3 participants