Skip to content

Commit

Permalink
Reformat files- one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhu8 committed Feb 1, 2024
1 parent e02fd9f commit 42baf3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spateo/alignment/methods/paste.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ def generalized_procrustes_analysis(X, Y, pi):
Y = R.dot(Y.T).T
mapping_dict = {"tX": tX, "tY": tY, "R": R}

return X, Y, mapping_dict
return X, Y, mapping_dict
2 changes: 1 addition & 1 deletion spateo/tools/cluster_lasso.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def selection_fn(trace, points, selector):
return VBox((f, t))

else:
raise ValueError(f"adata.obsm doesn't have {group} or {group_color} is not in adata.uns")
raise ValueError(f"adata.obsm doesn't have {group} or {group_color} is not in adata.uns")

0 comments on commit 42baf3e

Please sign in to comment.