Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Snellenburg <[email protected]>
  • Loading branch information
s-weigand and jsnel authored Feb 24, 2023
1 parent 98fec28 commit 3e2b870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glotaran/project/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def create_scheme(
The CLP link tolerance.
data_lookup_override: Mapping[str, LoadableDataset] | None
Allows to bypass the default dataset lookup in the project ``data`` folder and use a
different dataset for the optimization without changing the model. This especially
different dataset for the optimization without changing the model. This is especially
useful when working with preprocessed data. Defaults to ``None``.
Returns
Expand Down Expand Up @@ -699,7 +699,7 @@ def optimize(
The CLP link tolerance.
data_lookup_override: Mapping[str, LoadableDataset] | None
Allows to bypass the default dataset lookup in the project ``data`` folder and use a
different dataset for the optimization without changing the model. This especially
different dataset for the optimization without changing the model. This is especially
useful when working with preprocessed data. Defaults to ``None``.
Returns
Expand Down

0 comments on commit 3e2b870

Please sign in to comment.