Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Sep 13, 2024
1 parent 93401ca commit aafbecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scanpy/tools/_draw_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ def coerce_fa2_layout(layout: S) -> S | Literal["fa", "fr"]:

if find_spec("fa2_modified") is None:
logg.warning(
"Package 'fa2' is not installed, falling back to layout 'fr'."
"Package 'fa2-modified' is not installed, falling back to layout 'fr'."
"To use the faster and better ForceAtlas2 layout, "
"install package 'fa2' (`pip install fa2-modified`)."
"install package 'fa2-modified' (`pip install fa2-modified`)."
)
return "fr"

Expand Down

0 comments on commit aafbecb

Please sign in to comment.