Skip to content

Commit

Permalink
fixed mistake in deleting line
Browse files Browse the repository at this point in the history
  • Loading branch information
MiqG committed Jul 24, 2021
1 parent c213458 commit 9122565
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion robustica/RobustICA.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ def _compute_centroids(self, S_all, A_all, labels):
A_std.append(np.array(A_clust).std(axis=1))

# save summary stats
sumstats.append(
pd.Series(
{
"cluster_id": label,
Expand All @@ -637,7 +638,6 @@ def _compute_centroids(self, S_all, A_all, labels):
}
)
)

# save orientation
orientation[idx] = ori

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"tqdm",
],
author="Miquel Anglada Girotto",
author_email="miquelangladagirotto@gmail.com",
author_email="miquel.anglada@crg.eu",
description="Fully cumstomizable robust Independent Components Analysis (ICA)",
url="https://github.com/MiqG/robustica",
project_urls={"Issues": "https://github.com/MiqG/robustica/issues"},
url="https://github.com/CRG-CNAG/robustica",
project_urls={"Issues": "https://github.com/CRG-CNAG/robustica/issues"},
)
56 changes: 28 additions & 28 deletions tutorials/basics.ipynb

Large diffs are not rendered by default.

0 comments on commit 9122565

Please sign in to comment.