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(framework) Adjust framework name in templates docstrings #4127

Merged
merged 7 commits into from
Sep 11, 2024

Conversation

jafermarq
Copy link
Contributor

With the changes in #3894 we dynamically indicate the framework used to generate each template. However, it uses an all-caps representation. This PR sets the framework string as defined in the MlFramework enum.

Effectively this means the Flower apps will be created showing:

"""my_test_app: A Flower / NumPy app."""

instead of:

"""my_test_app: A Flower / NUMPY app."""

@adap adap deleted a comment from jafermarq Sep 11, 2024
@danieljanes danieljanes changed the title fix(framework:skip) Adjust framework name in templates docstrings fix(framework) Adjust framework name in templates docstrings Sep 11, 2024
@danieljanes danieljanes enabled auto-merge (squash) September 11, 2024 09:34
@danieljanes danieljanes merged commit 28a41aa into main Sep 11, 2024
34 checks passed
@danieljanes danieljanes deleted the fix-template-docstrings-no-caps branch September 11, 2024 09:34
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.

3 participants