Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jul 12, 2024
1 parent bc60ffa commit 4db8c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion aurora/pipelines/transfer_function_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def set_up_iter_control(config):
def select_channel(xrda, channel_label):
"""
Extra helper function to make process_transfer_functions more readable without
black forcing multiline
black (the uncompromising formatter) forcing multilines.
Parameters
----------
xrda
Expand Down
2 changes: 1 addition & 1 deletion aurora/transfer_function/regression/TRME.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
The predicted data has to lie in span of the columns in the design matrix X.
The predicted data has to be a linear combination of the columns of Y.
Q is an orthoganal basis for the columns of X.
Q is an orthogonal basis for the columns of X.
The norms of QQHY and QHY are the same
< MATLAB Documentation >
Expand Down

0 comments on commit 4db8c40

Please sign in to comment.