Skip to content

Commit

Permalink
Merge branch 'new-apis_v0.1.0-dev' into add_dynunet_model
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Jun 6, 2024
2 parents 4f460e1 + 83795aa commit 48abb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GANDLF/entrypoints/config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _generate_config(config: str, strategy: str, output: str):
)
@append_copyright_to_help
def new_way(config, strategy, output):
""" "Generate multiple GaNDLF configurations based on a single baseline GaNDLF for experimentation."""
"""Generate multiple GaNDLF configurations based on a single baseline GaNDLF for experimentation."""
_generate_config(config, strategy, output)


Expand Down
2 changes: 1 addition & 1 deletion GANDLF/entrypoints/verify_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _verify_install():
@click.command()
@append_copyright_to_help
def new_way():
""" "Verify GaNDLF installation."""
"""Verify GaNDLF installation."""
_verify_install()


Expand Down

0 comments on commit 48abb3e

Please sign in to comment.