Skip to content

Fix typo in README for min fidelity default: log(0.5) --> 0.5#17

Open
ppreshant wants to merge 1 commit into
mainfrom
fix-docs-minfidelity
Open

Fix typo in README for min fidelity default: log(0.5) --> 0.5#17
ppreshant wants to merge 1 commit into
mainfrom
fix-docs-minfidelity

Conversation

@ppreshant
Copy link
Copy Markdown
Member

Found that the default value for --min-fidelity is 0.5 and not log(0.5)

source: lemur, line 143

        main_args.add_argument(
            "--min-fidelity",
            type=float,
            default=0.50
        )

…m log(0.5)

Found that the default value for `--min-fidelity` is 0.5 and not log(0.5)

source: [lemur, line 143](https://github.com/treangenlab/lemur/blob/main/lemur#L143)

```py
        main_args.add_argument(
            "--min-fidelity",
            type=float,
            default=0.50
        )
```
ppreshant added a commit to treangenlab/somatem-docs that referenced this pull request Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant