Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 7, 2021
1 parent 1b83d99 commit c608329
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ def finalize_data(
as_global: bool = False,
):
if not is_full_model:
dataset["baseline"] = dataset.clp.sel(
clp_label=f"{dataset_model.label}_baseline"
)
dataset["baseline"] = dataset.clp.sel(clp_label=f"{dataset_model.label}_baseline")

0 comments on commit c608329

Please sign in to comment.