Skip to content

Commit

Permalink
fix permanova in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmartino committed Jan 8, 2024
1 parent 1494b6d commit 7ad0ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipynb/tutorials/Joint-RPCA-CLI-API.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
}
],
"source": [
"permanova(distances, metadata.loc[distances.ids, 'village'])"
"permanova(distances, metadata.loc(axis=0)[distances.ids]['village'])"
]
},
{
Expand Down Expand Up @@ -696,7 +696,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.6.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 7ad0ee3

Please sign in to comment.