(filepath, prepend="")
| 229 | |
| 230 | @staticmethod |
| 231 | def _params_file(filepath, prepend=""): |
| 232 | return os.path.join(filepath, prepend + "patchcore_params.pkl") |
| 233 | |
| 234 | def save_to_path(self, save_path: str, prepend: str = "") -> None: |
| 235 | LOGGER.info("Saving PatchCore data.") |
no outgoing calls
no test coverage detected