Skip to content

Commit

Permalink
Renames
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Apr 8, 2024
1 parent 98f155c commit 6812756
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/anatomy/anatomy-landscape.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"from build import CONFIGURATION\n",
"from anatomy import CONFIGURATION\n",
"\n",
"from semra.analysis.landscape import get_mesh_category_curies, notebook\n",
"\n",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/cell/cell-landscape.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
],
"source": [
"from cells import CONFIGURATION, SUBSETS\n",
"from cell import CONFIGURATION, SUBSETS\n",
"\n",
"from semra.analysis.landscape import get_terms, notebook"
"from semra.analysis.landscape import notebook"
]
},
{
Expand Down
File renamed without changes.

0 comments on commit 6812756

Please sign in to comment.