From b6bb164aca43eb320aa2171dc5e02ce6bae7ec42 Mon Sep 17 00:00:00 2001 From: torradocacho Date: Sat, 5 Mar 2022 17:37:53 +0100 Subject: [PATCH] classy: updated install to new arg names --- cobaya/theories/classy/classy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobaya/theories/classy/classy.py b/cobaya/theories/classy/classy.py index dec541cbf..2539dd644 100644 --- a/cobaya/theories/classy/classy.py +++ b/cobaya/theories/classy/classy.py @@ -670,7 +670,7 @@ def install(cls, path=None, code=True, no_progress_bars=False, **_kwargs): log.info("Downloading classy...") success = download_github_release( os.path.join(path, "code"), cls._classy_repo_name, cls._classy_repo_version, - repo_rename=cls.__name__, no_progress_bars=no_progress_bars, logger=log) + directory=cls.__name__, no_progress_bars=no_progress_bars, logger=log) if not success: log.error("Could not download classy.") return False