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

Fixing wrong model configuration selection #4247

Merged
merged 4 commits into from
Jul 23, 2024
Merged

Conversation

dvince2
Copy link
Collaborator

@dvince2 dvince2 commented Jul 23, 2024

Description

  • After creating a new model configuration, we weren't properly selecting it from the the list of model configs. As a result the output and the download would be the last selected/created config even though it looked like it shouldn't be.
  • In addition I've found more casting exceptions because of the presence of Object in the back end. This should be Number but that could break our python services down stream, and requires a migration and I just want to get it in.
  • Lastly, we should return the new model we've created ;)

Resolves #noissue

After creating a new model configuration, we weren't properly selecting it from the the list of model configs. As a result the output and the download would be the last selected/created config even though it *looked* like it shouldn't be.
In addition I've found more casting exceptions because of the presence of `Object` in the back end. This should be `Number` but that could break our python services down stream, and requires a migration and I just want to get it in.
Lastly, we should return the new model we've created ;)
dvince2 and others added 3 commits July 23, 2024 16:16
…onfig/tera-model-config-drilldown.vue


lets make it weird

Co-authored-by: Yohann Paris <github@yohannparis.com>
…/model-config/tera-model-config-drilldown.vue
"

This reverts commit 2045191.
@mwdchang mwdchang merged commit 9133ae2 into main Jul 23, 2024
8 checks passed
@mwdchang mwdchang deleted the fix_wrong_model_config_dl branch July 23, 2024 21:29
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.

4 participants