From f4ef924d1f40ac644d53a7f371e9cdbf8656adf6 Mon Sep 17 00:00:00 2001 From: camzeech Date: Mon, 30 Sep 2024 18:48:02 +0200 Subject: [PATCH] Update workspaces.py typo --- src/ansys/simai/core/data/workspaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/simai/core/data/workspaces.py b/src/ansys/simai/core/data/workspaces.py index c974751d..ee398ef5 100644 --- a/src/ansys/simai/core/data/workspaces.py +++ b/src/ansys/simai/core/data/workspaces.py @@ -131,7 +131,7 @@ def download_model_evaluation_report( return self._client._api.download_workspace_model_evaluation_report(self.id, file) def download_mer_data(self, file: Optional[File] = None) -> Union[None, BinaryIO]: - """Download the the names, subsets and plotting data of the files used in the AI model and MER for the workspace. + """Download the names, subsets and plotting data of the files used in the AI model and MER for the workspace. Args: file: Binary file-object or the path of the file to put the content into.