renamed get_anatomy_data to get_anatomy_settings

This commit is contained in:
iLLiCiTiT 2020-12-03 19:35:41 +01:00
parent 04bd7783f2
commit fbb0f5ffca
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ from .lib import (
get_system_settings,
get_project_settings,
get_current_project_settings,
get_anatomy_data,
get_anatomy_settings,
get_environments
)
@ -10,6 +10,6 @@ __all__ = (
"get_system_settings",
"get_project_settings",
"get_current_project_settings",
"get_anatomy_data",
"get_anatomy_settings",
"get_environments"
)

View file

@ -436,7 +436,7 @@ def get_default_project_anatomy_data():
return apply_overrides(default_values, studio_values)
def get_anatomy_data(project_name):
def get_anatomy_settings(project_name):
"""Project anatomy data with applied studio and project overrides."""
if not project_name:
raise ValueError(