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

ModelBuilder.load versatility improvements #210

Merged
merged 4 commits into from
Jul 11, 2023

Conversation

michaelraczycki
Copy link
Collaborator

fixing dims format, enabling input param preservation.
The fixes needed to be applied for models that take input parameters that aren't included in the dataset. Furthermore the json conversion was changing dims from tuple to a list, which was in the end changing model id and failing the load function

@michaelraczycki michaelraczycki added bug Something isn't working ModelBuilder labels Jul 5, 2023
@michaelraczycki michaelraczycki changed the title load versatility improvements ModelBuilder.load versatility improvements Jul 5, 2023
Copy link
Member

@ricardoV94 ricardoV94 left a comment

Choose a reason for hiding this comment

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

Can you add a test?

@michaelraczycki michaelraczycki merged commit 5f7b185 into pymc-devs:main Jul 11, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ModelBuilder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants