Skip to content

Commit

Permalink
classy: updated install to new arg names
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed May 7, 2022
1 parent 15ec0d0 commit b6bb164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobaya/theories/classy/classy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6bb164

Please sign in to comment.