We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8386fa commit 8e86593Copy full SHA for 8e86593
src/stripepy/cli/setup.py
@@ -247,7 +247,7 @@ def _make_stripepy_view_subcommand(main_parser) -> argparse.ArgumentParser:
247
default=5.0,
248
help="Cutoff for the relative change.\n"
249
"The relative change is computed as the ratio between the average number of interactions\n"
250
- "found inside a stripe and the number of interactions in a neighborhood outside of the stripe.",
+ "found inside a stripe and the number of interactions in a neighborhood outside of the stripe.",
251
)
252
253
sc.add_argument(
0 commit comments