We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825f06e commit b07dafcCopy full SHA for b07dafc
pertpy/tools/_augur.py
@@ -685,7 +685,7 @@ def predict(
685
span: float = 0.75,
686
filter_negative_residuals: bool = False,
687
n_threads: int = 4,
688
- augur_mode: Literal["permute"] | Literal["default"] | Literal["velocity"] = "default",
+ augur_mode: Literal["default", "permute", "velocity"] = "default",
689
select_variance_features: bool = True,
690
key_added: str = "augurpy_results",
691
random_state: int | None = None,
0 commit comments