src/funcnodes_span/smoothing.py:2: error: Skipping analyzing "funcnodes": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/smoothing.py:4: error: Library stubs not installed for "pandas"  [import-untyped]
src/funcnodes_span/smoothing.py:4: note: Hint: "python3 -m pip install pandas-stubs"
src/funcnodes_span/smoothing.py:5: error: Skipping analyzing "scipy.signal": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/smoothing.py:6: error: Skipping analyzing "scipy.ndimage": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/smoothing.py:13: error: Class cannot subclass "DataEnum" (has type "Any")  [misc]
src/funcnodes_span/smoothing.py:21: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/smoothing.py:22: error: Returning Any from function declared to return "ndarray[Any, Any]"  [no-any-return]
src/funcnodes_span/smoothing.py:25: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/smoothing.py:26: error: Returning Any from function declared to return "ndarray[Any, Any]"  [no-any-return]
src/funcnodes_span/smoothing.py:29: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/smoothing.py:40: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/smoothing.py:48: error: Returning Any from function declared to return "ndarray[Any, Any]"  [no-any-return]
src/funcnodes_span/smoothing.py:51: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/smoothing.py:52: error: Returning Any from function declared to return "ndarray[Any, Any]"  [no-any-return]
src/funcnodes_span/smoothing.py:55: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/smoothing.py:56: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/smoothing.py:57: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/smoothing.py:58: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/smoothing.py:59: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/smoothing.py:60: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/smoothing.py:64: error: Untyped decorator makes function "_smooth" untyped  [misc]
src/funcnodes_span/smoothing.py:70: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/smoothing.py:71: error: Incompatible default for argument "mode" (default has type "str", argument has type "SmoothMode")  [assignment]
src/funcnodes_span/smoothing.py:73: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/smoothing.py:73: error: Incompatible default for argument "x" (default has type "None", argument has type "ndarray[Any, Any]")  [assignment]
src/funcnodes_span/smoothing.py:73: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/funcnodes_span/smoothing.py:73: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/funcnodes_span/smoothing.py:74: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:2: error: Skipping analyzing "exposedfunctionality": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peaks.py:4: error: Skipping analyzing "scipy": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peaks.py:5: error: Skipping analyzing "scipy.stats": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peaks.py:6: error: Skipping analyzing "lmfit.model": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peaks.py:10: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/peaks.py:16: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:17: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:28: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:29: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:43: error: Need type annotation for "_serdata" (hint: "_serdata: dict[<type>, <type>] = ...")  [var-annotated]
src/funcnodes_span/peaks.py:51: error: Function is missing a type annotation  [no-untyped-def]
src/funcnodes_span/peaks.py:86: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:90: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:113: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:117: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:148: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:154: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:160: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peaks.py:174: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/peaks.py:180: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/peaks.py:186: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/peaks.py:192: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/peaks.py:198: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/peaks.py:204: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/peaks.py:214: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/peaks.py:233: error: Argument 1 to "__call__" of "_UFunc_Nin1_Nout1" has incompatible type "ndarray[Any, Any] | None"; expected "Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]"  [arg-type]
src/funcnodes_span/peaks.py:235: error: Argument 1 to "__call__" of "_UFunc_Nin1_Nout1" has incompatible type "ndarray[Any, Any] | None"; expected "Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]"  [arg-type]
src/funcnodes_span/peaks.py:276: error: Function is missing a type annotation  [no-untyped-def]
src/funcnodes_span/peaks.py:279: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/peaks.py:355: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/peaks.py:374: error: Value of type "ndarray[Any, Any] | None" is not indexable  [index]
src/funcnodes_span/peaks.py:376: error: Value of type "ndarray[Any, Any] | None" is not indexable  [index]
src/funcnodes_span/peaks.py:405: error: Argument 3 to "interp" has incompatible type "ndarray[Any, Any] | None"; expected "_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]] | dtype[floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]] | dtype[floating[Any]]]] | builtins.bool | int | float | _NestedSequence[builtins.bool | int | float]"  [arg-type]
src/funcnodes_span/peaks.py:416: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/normalization.py:2: error: Skipping analyzing "funcnodes": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/normalization.py:4: error: Skipping analyzing "scipy.interpolate": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/normalization.py:5: error: Skipping analyzing "exposedfunctionality": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/normalization.py:9: error: Class cannot subclass "DataEnum" (has type "Any")  [misc]
src/funcnodes_span/normalization.py:19: error: Untyped decorator makes function "_norm" untyped  [misc]
src/funcnodes_span/normalization.py:20: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/normalization.py:20: error: Incompatible default for argument "mode" (default has type "str", argument has type "NormMode")  [assignment]
src/funcnodes_span/normalization.py:36: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/normalization.py:37: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/normalization.py:40: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/normalization.py:41: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/normalization.py:42: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/normalization.py:43: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/normalization.py:44: error: "str" has no attribute "value"  [attr-defined]
src/funcnodes_span/normalization.py:48: error: Returning Any from function declared to return "ndarray[Any, Any]"  [no-any-return]
src/funcnodes_span/normalization.py:48: error: Call to untyped function (unknown) in typed context  [no-untyped-call]
src/funcnodes_span/normalization.py:52: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/normalization.py:53: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/normalization.py:54: error: Incompatible default for argument "num_points" (default has type "None", argument has type "int")  [assignment]
src/funcnodes_span/normalization.py:54: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/funcnodes_span/normalization.py:54: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/funcnodes_span/normalization.py:56: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/normalization.py:131: error: Untyped decorator makes function "density_normalization_node" untyped  [misc]
src/funcnodes_span/normalization.py:146: error: Untyped decorator makes function "density_normalization_node" untyped  [misc]
src/funcnodes_span/normalization.py:148: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/normalization.py:149: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/normalization.py:150: error: Incompatible default for argument "num_points" (default has type "None", argument has type "int")  [assignment]
src/funcnodes_span/normalization.py:150: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/funcnodes_span/normalization.py:150: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/funcnodes_span/normalization.py:152: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/_curves.py:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/_curves.py:46: error: Incompatible return value type (got "tuple[signedinteger[_32Bit | _64Bit], Any, Any]", expected "tuple[int, float, float]")  [return-value]
src/funcnodes_span/_curves.py:49: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/_curves.py:50: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/_curves.py:69: error: Returning Any from function declared to return "float"  [no-any-return]
src/funcnodes_span/_curves.py:73: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/_curves.py:74: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/_baseline.py:3: error: Skipping analyzing "scipy.ndimage": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/_baseline.py:8: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/_baseline.py:9: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/_baseline.py:10: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/_baseline.py:12: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/fitting.py:3: error: Skipping analyzing "lmfit": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/fitting.py:4: error: Skipping analyzing "lmfit.model": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/fitting.py:5: error: Skipping analyzing "lmfit.models": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/fitting.py:7: error: Skipping analyzing "funcnodes_lmfit.model": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/fitting.py:8: error: Skipping analyzing "funcnodes": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/fitting.py:17: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/fitting.py:18: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/fitting.py:38: error: No overload variant of "__add__" of "list" matches argument type "str"  [operator]
src/funcnodes_span/fitting.py:38: note: Possible overload variants:
src/funcnodes_span/fitting.py:38: note:     def __add__(self, list[int], /) -> list[int]
src/funcnodes_span/fitting.py:38: note:     def [_S] __add__(self, list[_S], /) -> list[_S | int]
src/funcnodes_span/fitting.py:38: note: Right operand is of type "str | list[str] | list[list[str]] | list[list[list[Any]]]"
src/funcnodes_span/fitting.py:56: error: Need type annotation for "current_peak_group" (hint: "current_peak_group: set[<type>] = ...")  [var-annotated]
src/funcnodes_span/fitting.py:91: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/fitting.py:92: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/fitting.py:93: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/fitting.py:205: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/fitting.py:268: error: Item "None" of "Any | None" has no attribute "fit"  [union-attr]
src/funcnodes_span/fitting.py:273: error: Item "None" of "Any | None" has no attribute "set_param_hint"  [union-attr]
src/funcnodes_span/fitting.py:281: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/fitting.py:283: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/fitting.py:284: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/fitting.py:285: error: Variable "funcnodes_span.fitting.AutoModelEnum" is not valid as a type  [valid-type]
src/funcnodes_span/fitting.py:285: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
src/funcnodes_span/fitting.py:290: error: Variable "funcnodes_span.fitting.AutoModelEnum" is not valid as a type  [valid-type]
src/funcnodes_span/fitting.py:290: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
src/funcnodes_span/fitting.py:402: error: Item "None" of "Any | None" has no attribute "make_params"  [union-attr]
src/funcnodes_span/fitting.py:403: error: Item "None" of "Any | None" has no attribute "eval"  [union-attr]
src/funcnodes_span/fitting.py:407: error: Incompatible types in assignment (expression has type "PeakProperties", variable has type "list[PeakProperties]")  [assignment]
src/funcnodes_span/fitting.py:408: error: "list[PeakProperties]" has no attribute "_id"  [attr-defined]
src/funcnodes_span/fitting.py:409: error: "list[PeakProperties]" has no attribute "model"  [attr-defined]
src/funcnodes_span/fitting.py:412: error: Item "None" of "Any | None" has no attribute "prefix"  [union-attr]
src/funcnodes_span/fitting.py:415: error: Incompatible return value type (got "list[list[PeakProperties]]", expected "list[PeakProperties]")  [return-value]
src/funcnodes_span/peak_analysis.py:1: error: Skipping analyzing "funcnodes": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peak_analysis.py:5: error: Skipping analyzing "exposedfunctionality": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peak_analysis.py:7: error: Skipping analyzing "scipy.signal": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peak_analysis.py:8: error: Skipping analyzing "scipy": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peak_analysis.py:9: error: Skipping analyzing "scipy.ndimage": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peak_analysis.py:10: error: Library stubs not installed for "tqdm"  [import-untyped]
src/funcnodes_span/peak_analysis.py:10: note: Hint: "python3 -m pip install types-tqdm"
src/funcnodes_span/peak_analysis.py:10: note: (or run "mypy --install-types" to install all missing stub packages)
src/funcnodes_span/peak_analysis.py:12: error: Skipping analyzing "plotly.graph_objs": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peak_analysis.py:12: error: Skipping analyzing "plotly": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/peak_analysis.py:16: error: Module "funcnodes_span.fitting" does not explicitly export attribute "AUTOMODELMAP"  [attr-defined]
src/funcnodes_span/peak_analysis.py:16: error: Module "funcnodes_span.fitting" does not explicitly export attribute "Model"  [attr-defined]
src/funcnodes_span/peak_analysis.py:16: error: Module "funcnodes_span.fitting" does not explicitly export attribute "ModelResult"  [attr-defined]
src/funcnodes_span/peak_analysis.py:32: error: Untyped decorator makes function "peak_finder" untyped  [misc]
src/funcnodes_span/peak_analysis.py:36: error: Untyped decorator makes function "peak_finder" untyped  [misc]
src/funcnodes_span/peak_analysis.py:38: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:44: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:50: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:133: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:170: error: Incompatible types in assignment (expression has type "float | None", variable has type "int | None")  [assignment]
src/funcnodes_span/peak_analysis.py:172: error: Incompatible types in assignment (expression has type "float | None", variable has type "int | None")  [assignment]
src/funcnodes_span/peak_analysis.py:317: error: Untyped decorator makes function "interpolation_1d" untyped  [misc]
src/funcnodes_span/peak_analysis.py:328: error: Function "numpy._core.multiarray.array" is not valid as a type  [valid-type]
src/funcnodes_span/peak_analysis.py:328: note: Perhaps you need "Callable[...]" or a callback protocol?
src/funcnodes_span/peak_analysis.py:329: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:344: error: Value of type np.array? is not indexable  [index]
src/funcnodes_span/peak_analysis.py:349: error: Untyped decorator makes function "force_peak_finder" untyped  [misc]
src/funcnodes_span/peak_analysis.py:354: error: Function "numpy._core.multiarray.array" is not valid as a type  [valid-type]
src/funcnodes_span/peak_analysis.py:354: note: Perhaps you need "Callable[...]" or a callback protocol?
src/funcnodes_span/peak_analysis.py:355: error: Function "numpy._core.multiarray.array" is not valid as a type  [valid-type]
src/funcnodes_span/peak_analysis.py:355: note: Perhaps you need "Callable[...]" or a callback protocol?
src/funcnodes_span/peak_analysis.py:405: error: Value of type np.array? is not indexable  [index]
src/funcnodes_span/peak_analysis.py:406: error: Value of type np.array? is not indexable  [index]
src/funcnodes_span/peak_analysis.py:441: error: Incompatible types in assignment (expression has type "list[Any]", variable has type "PeakProperties")  [assignment]
src/funcnodes_span/peak_analysis.py:444: error: Value of type "PeakProperties" is not indexable  [index]
src/funcnodes_span/peak_analysis.py:445: error: Value of type "PeakProperties" is not indexable  [index]
src/funcnodes_span/peak_analysis.py:446: error: Value of type "PeakProperties" is not indexable  [index]
src/funcnodes_span/peak_analysis.py:456: error: Untyped decorator makes function "plot_peaks" untyped  [misc]
src/funcnodes_span/peak_analysis.py:463: error: Function "numpy._core.multiarray.array" is not valid as a type  [valid-type]
src/funcnodes_span/peak_analysis.py:463: note: Perhaps you need "Callable[...]" or a callback protocol?
src/funcnodes_span/peak_analysis.py:464: error: Function "numpy._core.multiarray.array" is not valid as a type  [valid-type]
src/funcnodes_span/peak_analysis.py:464: note: Perhaps you need "Callable[...]" or a callback protocol?
src/funcnodes_span/peak_analysis.py:569: error: Untyped decorator makes function "plot_fitted_peaks" untyped  [misc]
src/funcnodes_span/peak_analysis.py:580: error: Argument 1 to "diff" has incompatible type "ndarray[Any, Any] | None"; expected "Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]"  [arg-type]
src/funcnodes_span/peak_analysis.py:581: error: Item "None" of "ndarray[Any, Any] | None" has no attribute "min"  [union-attr]
src/funcnodes_span/peak_analysis.py:582: error: Item "None" of "ndarray[Any, Any] | None" has no attribute "max"  [union-attr]
src/funcnodes_span/peak_analysis.py:586: error: Argument 2 to "interp" has incompatible type "ndarray[Any, Any] | None"; expected "_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]] | dtype[floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]] | dtype[floating[Any]]]] | builtins.bool | int | float | _NestedSequence[builtins.bool | int | float]"  [arg-type]
src/funcnodes_span/peak_analysis.py:586: error: Argument 3 to "interp" has incompatible type "ndarray[Any, Any] | None"; expected "_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]] | dtype[floating[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]] | dtype[floating[Any]]]] | builtins.bool | int | float | _NestedSequence[builtins.bool | int | float]"  [arg-type]
src/funcnodes_span/peak_analysis.py:625: error: Item "None" of "Any | None" has no attribute "eval"  [union-attr]
src/funcnodes_span/peak_analysis.py:625: error: Item "None" of "Any | None" has no attribute "make_params"  [union-attr]
src/funcnodes_span/peak_analysis.py:664: error: Untyped decorator makes function "plot_peak" untyped  [misc]
src/funcnodes_span/peak_analysis.py:672: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:673: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:710: error: Untyped decorator makes function "fit_peaks_node" untyped  [misc]
src/funcnodes_span/peak_analysis.py:716: error: Untyped decorator makes function "fit_peaks_node" untyped  [misc]
src/funcnodes_span/peak_analysis.py:719: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:720: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/peak_analysis.py:721: error: Variable "funcnodes_span.peak_analysis.AutoModelEnum" is not valid as a type  [valid-type]
src/funcnodes_span/peak_analysis.py:721: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
src/funcnodes_span/peak_analysis.py:726: error: Variable "funcnodes_span.peak_analysis.AutoModelEnum" is not valid as a type  [valid-type]
src/funcnodes_span/peak_analysis.py:726: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
src/funcnodes_span/peak_analysis.py:737: error: Function is missing a type annotation  [no-untyped-def]
src/funcnodes_span/curves.py:1: error: Skipping analyzing "funcnodes": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/baseline.py:1: error: Skipping analyzing "funcnodes": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/baseline.py:5: error: Skipping analyzing "pybaselines": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/baseline.py:6: error: Skipping analyzing "scipy": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/baseline.py:7: error: Skipping analyzing "scipy.sparse.linalg": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/baseline.py:8: error: Skipping analyzing "scipy.signal": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/baseline.py:13: error: Function is missing a type annotation  [no-untyped-def]
src/funcnodes_span/baseline.py:14: error: Untyped decorator makes function "blw" untyped  [misc]
src/funcnodes_span/baseline.py:15: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/funcnodes_span/baseline.py:16: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:18: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:19: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:22: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:22: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:27: error: Argument 1 to "estimate_baseline_regions" has incompatible type "ndarray[Any, Any] | None"; expected "ndarray[Any, Any]"  [arg-type]
src/funcnodes_span/baseline.py:30: error: Argument 1 to "any" has incompatible type "ndarray[Any, Any] | None"; expected "Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]"  [arg-type]
src/funcnodes_span/baseline.py:57: error: Class cannot subclass "DataEnum" (has type "Any")  [misc]
src/funcnodes_span/baseline.py:63: error: Untyped decorator makes function "_goldindec" untyped  [misc]
src/funcnodes_span/baseline.py:72: error: Untyped decorator makes function "_goldindec" untyped  [misc]
src/funcnodes_span/baseline.py:75: error: Untyped decorator makes function "_goldindec" untyped  [misc]
src/funcnodes_span/baseline.py:77: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:78: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:79: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:84: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:85: error: Incompatible default for argument "cost_function" (default has type "str", argument has type "CostFunction")  [assignment]
src/funcnodes_span/baseline.py:92: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:92: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:109: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:112: error: Untyped decorator makes function "_imodpoly" untyped  [misc]
src/funcnodes_span/baseline.py:121: error: Untyped decorator makes function "_imodpoly" untyped  [misc]
src/funcnodes_span/baseline.py:124: error: Untyped decorator makes function "_imodpoly" untyped  [misc]
src/funcnodes_span/baseline.py:126: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:127: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:128: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:133: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:138: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:138: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:151: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:154: error: Untyped decorator makes function "_loess" untyped  [misc]
src/funcnodes_span/baseline.py:163: error: Untyped decorator makes function "_loess" untyped  [misc]
src/funcnodes_span/baseline.py:164: error: Untyped decorator makes function "_loess" untyped  [misc]
src/funcnodes_span/baseline.py:166: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:167: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:168: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:178: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:184: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:184: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:203: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:206: error: Untyped decorator makes function "_modpoly" untyped  [misc]
src/funcnodes_span/baseline.py:215: error: Untyped decorator makes function "_modpoly" untyped  [misc]
src/funcnodes_span/baseline.py:218: error: Untyped decorator makes function "_modpoly" untyped  [misc]
src/funcnodes_span/baseline.py:220: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:221: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:222: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:227: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:231: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:231: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:243: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:246: error: Class cannot subclass "DataEnum" (has type "Any")  [misc]
src/funcnodes_span/baseline.py:255: error: Untyped decorator makes function "_penalized_poly" untyped  [misc]
src/funcnodes_span/baseline.py:264: error: Untyped decorator makes function "_penalized_poly" untyped  [misc]
src/funcnodes_span/baseline.py:267: error: Untyped decorator makes function "_penalized_poly" untyped  [misc]
src/funcnodes_span/baseline.py:269: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:270: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:271: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:276: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:277: error: Incompatible default for argument "cost_function" (default has type "str", argument has type "PenalizedPolyCostFunction")  [assignment]
src/funcnodes_span/baseline.py:281: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:281: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:295: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:298: error: Untyped decorator makes function "_poly" untyped  [misc]
src/funcnodes_span/baseline.py:307: error: Untyped decorator makes function "_poly" untyped  [misc]
src/funcnodes_span/baseline.py:308: error: Untyped decorator makes function "_poly" untyped  [misc]
src/funcnodes_span/baseline.py:310: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:311: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:312: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:315: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:317: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:317: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:325: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:328: error: Untyped decorator makes function "_quant_reg" untyped  [misc]
src/funcnodes_span/baseline.py:337: error: Untyped decorator makes function "_quant_reg" untyped  [misc]
src/funcnodes_span/baseline.py:340: error: Untyped decorator makes function "_quant_reg" untyped  [misc]
src/funcnodes_span/baseline.py:342: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:343: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:344: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:350: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:353: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:353: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:365: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:376: error: Untyped decorator makes function "_airpls" untyped  [misc]
src/funcnodes_span/baseline.py:385: error: Untyped decorator makes function "_airpls" untyped  [misc]
src/funcnodes_span/baseline.py:386: error: Untyped decorator makes function "_airpls" untyped  [misc]
src/funcnodes_span/baseline.py:388: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:389: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:390: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:396: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:397: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:397: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:407: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:410: error: Untyped decorator makes function "_arpls" untyped  [misc]
src/funcnodes_span/baseline.py:419: error: Untyped decorator makes function "_arpls" untyped  [misc]
src/funcnodes_span/baseline.py:420: error: Untyped decorator makes function "_arpls" untyped  [misc]
src/funcnodes_span/baseline.py:422: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:423: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:424: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:430: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:431: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:431: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:441: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:444: error: Untyped decorator makes function "_asls" untyped  [misc]
src/funcnodes_span/baseline.py:453: error: Untyped decorator makes function "_asls" untyped  [misc]
src/funcnodes_span/baseline.py:454: error: Untyped decorator makes function "_asls" untyped  [misc]
src/funcnodes_span/baseline.py:456: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:457: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:458: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:465: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:466: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:466: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:477: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:480: error: Untyped decorator makes function "_aspls" untyped  [misc]
src/funcnodes_span/baseline.py:489: error: Untyped decorator makes function "_aspls" untyped  [misc]
src/funcnodes_span/baseline.py:490: error: Untyped decorator makes function "_aspls" untyped  [misc]
src/funcnodes_span/baseline.py:492: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:493: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:494: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:497: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:501: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:502: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:502: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:513: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:516: error: Untyped decorator makes function "_derpsalsa" untyped  [misc]
src/funcnodes_span/baseline.py:525: error: Untyped decorator makes function "_derpsalsa" untyped  [misc]
src/funcnodes_span/baseline.py:528: error: Untyped decorator makes function "_derpsalsa" untyped  [misc]
src/funcnodes_span/baseline.py:530: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:531: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:532: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:539: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:542: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:542: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:555: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:558: error: Untyped decorator makes function "_drpls" untyped  [misc]
src/funcnodes_span/baseline.py:567: error: Untyped decorator makes function "_drpls" untyped  [misc]
src/funcnodes_span/baseline.py:568: error: Untyped decorator makes function "_drpls" untyped  [misc]
src/funcnodes_span/baseline.py:570: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:571: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:572: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:579: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:580: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:580: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:591: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:594: error: Untyped decorator makes function "_iarpls" untyped  [misc]
src/funcnodes_span/baseline.py:603: error: Untyped decorator makes function "_iarpls" untyped  [misc]
src/funcnodes_span/baseline.py:604: error: Untyped decorator makes function "_iarpls" untyped  [misc]
src/funcnodes_span/baseline.py:606: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:607: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:608: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:614: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:615: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:615: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:625: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:628: error: Untyped decorator makes function "_iasls" untyped  [misc]
src/funcnodes_span/baseline.py:637: error: Untyped decorator makes function "_iasls" untyped  [misc]
src/funcnodes_span/baseline.py:638: error: Untyped decorator makes function "_iasls" untyped  [misc]
src/funcnodes_span/baseline.py:640: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:641: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:642: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:650: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:651: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:651: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:663: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:666: error: Untyped decorator makes function "_psalsa" untyped  [misc]
src/funcnodes_span/baseline.py:675: error: Untyped decorator makes function "_psalsa" untyped  [misc]
src/funcnodes_span/baseline.py:676: error: Untyped decorator makes function "_psalsa" untyped  [misc]
src/funcnodes_span/baseline.py:678: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:679: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:680: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:688: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:689: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:689: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:701: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:704: error: Untyped decorator makes function "flatfit" untyped  [misc]
src/funcnodes_span/baseline.py:713: error: Untyped decorator makes function "flatfit" untyped  [misc]
src/funcnodes_span/baseline.py:715: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:716: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:717: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:721: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:721: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:801: error: Incompatible return value type (got "tuple[Any, dict[str, float]]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:823: error: Untyped decorator makes function "_amormol" untyped  [misc]
src/funcnodes_span/baseline.py:832: error: Untyped decorator makes function "_amormol" untyped  [misc]
src/funcnodes_span/baseline.py:835: error: Untyped decorator makes function "_amormol" untyped  [misc]
src/funcnodes_span/baseline.py:837: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:838: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:839: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:844: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:844: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:848: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:851: error: Untyped decorator makes function "_imor" untyped  [misc]
src/funcnodes_span/baseline.py:860: error: Untyped decorator makes function "_imor" untyped  [misc]
src/funcnodes_span/baseline.py:863: error: Untyped decorator makes function "_imor" untyped  [misc]
src/funcnodes_span/baseline.py:865: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:866: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:867: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:872: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:872: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:876: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:879: error: Untyped decorator makes function "_jbcd" untyped  [misc]
src/funcnodes_span/baseline.py:888: error: Untyped decorator makes function "_jbcd" untyped  [misc]
src/funcnodes_span/baseline.py:891: error: Untyped decorator makes function "_jbcd" untyped  [misc]
src/funcnodes_span/baseline.py:893: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:894: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:895: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:908: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:908: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:924: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:927: error: Untyped decorator makes function "_mor" untyped  [misc]
src/funcnodes_span/baseline.py:936: error: Untyped decorator makes function "_mor" untyped  [misc]
src/funcnodes_span/baseline.py:937: error: Untyped decorator makes function "_mor" untyped  [misc]
src/funcnodes_span/baseline.py:939: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:940: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:941: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:944: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:944: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:948: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:951: error: Untyped decorator makes function "_mormol" untyped  [misc]
src/funcnodes_span/baseline.py:960: error: Untyped decorator makes function "_mormol" untyped  [misc]
src/funcnodes_span/baseline.py:963: error: Untyped decorator makes function "_mormol" untyped  [misc]
src/funcnodes_span/baseline.py:965: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:966: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:967: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:973: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:973: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:982: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:985: error: Untyped decorator makes function "_mpls" untyped  [misc]
src/funcnodes_span/baseline.py:994: error: Untyped decorator makes function "_mpls" untyped  [misc]
src/funcnodes_span/baseline.py:997: error: Untyped decorator makes function "_mpls" untyped  [misc]
src/funcnodes_span/baseline.py:999: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1000: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1001: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1009: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1010: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1010: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1022: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1025: error: Untyped decorator makes function "_mpspline" untyped  [misc]
src/funcnodes_span/baseline.py:1034: error: Untyped decorator makes function "_mpspline" untyped  [misc]
src/funcnodes_span/baseline.py:1037: error: Untyped decorator makes function "_mpspline" untyped  [misc]
src/funcnodes_span/baseline.py:1039: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1040: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1041: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1050: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1051: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1051: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1064: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1067: error: Untyped decorator makes function "_mwmv" untyped  [misc]
src/funcnodes_span/baseline.py:1076: error: Untyped decorator makes function "_mwmv" untyped  [misc]
src/funcnodes_span/baseline.py:1079: error: Untyped decorator makes function "_mwmv" untyped  [misc]
src/funcnodes_span/baseline.py:1081: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1082: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1083: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1087: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1087: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1094: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1097: error: Untyped decorator makes function "_rolling_ball" untyped  [misc]
src/funcnodes_span/baseline.py:1106: error: Untyped decorator makes function "_rolling_ball" untyped  [misc]
src/funcnodes_span/baseline.py:1109: error: Untyped decorator makes function "_rolling_ball" untyped  [misc]
src/funcnodes_span/baseline.py:1111: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1112: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1113: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1117: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1117: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1124: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1127: error: Untyped decorator makes function "_tophat" untyped  [misc]
src/funcnodes_span/baseline.py:1136: error: Untyped decorator makes function "_tophat" untyped  [misc]
src/funcnodes_span/baseline.py:1139: error: Untyped decorator makes function "_tophat" untyped  [misc]
src/funcnodes_span/baseline.py:1141: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1142: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1143: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1146: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1146: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1152: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1174: error: Untyped decorator makes function "_corner_cutting" untyped  [misc]
src/funcnodes_span/baseline.py:1183: error: Untyped decorator makes function "_corner_cutting" untyped  [misc]
src/funcnodes_span/baseline.py:1186: error: Untyped decorator makes function "_corner_cutting" untyped  [misc]
src/funcnodes_span/baseline.py:1188: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1189: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1190: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1193: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1193: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1199: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1202: error: Untyped decorator makes function "_irsqr" untyped  [misc]
src/funcnodes_span/baseline.py:1211: error: Untyped decorator makes function "_irsqr" untyped  [misc]
src/funcnodes_span/baseline.py:1212: error: Untyped decorator makes function "_irsqr" untyped  [misc]
src/funcnodes_span/baseline.py:1214: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1215: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1216: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1224: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1226: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1226: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1239: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1242: error: Untyped decorator makes function "_mixture_model" untyped  [misc]
src/funcnodes_span/baseline.py:1251: error: Untyped decorator makes function "_mixture_model" untyped  [misc]
src/funcnodes_span/baseline.py:1254: error: Untyped decorator makes function "_mixture_model" untyped  [misc]
src/funcnodes_span/baseline.py:1256: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1257: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1258: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1267: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1270: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1270: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1285: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1288: error: Untyped decorator makes function "_pspline_airpls" untyped  [misc]
src/funcnodes_span/baseline.py:1297: error: Untyped decorator makes function "_pspline_airpls" untyped  [misc]
src/funcnodes_span/baseline.py:1300: error: Untyped decorator makes function "_pspline_airpls" untyped  [misc]
src/funcnodes_span/baseline.py:1302: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1303: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1304: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1312: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1313: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1313: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1325: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1328: error: Untyped decorator makes function "_pspline_arpls" untyped  [misc]
src/funcnodes_span/baseline.py:1337: error: Untyped decorator makes function "_pspline_arpls" untyped  [misc]
src/funcnodes_span/baseline.py:1340: error: Untyped decorator makes function "_pspline_arpls" untyped  [misc]
src/funcnodes_span/baseline.py:1342: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1343: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1344: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1352: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1353: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1353: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1365: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1368: error: Untyped decorator makes function "_pspline_asls" untyped  [misc]
src/funcnodes_span/baseline.py:1377: error: Untyped decorator makes function "_pspline_asls" untyped  [misc]
src/funcnodes_span/baseline.py:1380: error: Untyped decorator makes function "_pspline_asls" untyped  [misc]
src/funcnodes_span/baseline.py:1382: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1383: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1384: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1393: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1394: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1394: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1407: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1410: error: Untyped decorator makes function "_pspline_aspls" untyped  [misc]
src/funcnodes_span/baseline.py:1419: error: Untyped decorator makes function "_pspline_aspls" untyped  [misc]
src/funcnodes_span/baseline.py:1422: error: Untyped decorator makes function "_pspline_aspls" untyped  [misc]
src/funcnodes_span/baseline.py:1424: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1425: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1426: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1434: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1435: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1436: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1436: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1449: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1452: error: Untyped decorator makes function "_pspline_derpsalsa" untyped  [misc]
src/funcnodes_span/baseline.py:1461: error: Untyped decorator makes function "_pspline_derpsalsa" untyped  [misc]
src/funcnodes_span/baseline.py:1464: error: Untyped decorator makes function "_pspline_derpsalsa" untyped  [misc]
src/funcnodes_span/baseline.py:1466: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1467: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1468: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1478: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1481: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1481: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1497: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1500: error: Untyped decorator makes function "_pspline_drpls" untyped  [misc]
src/funcnodes_span/baseline.py:1509: error: Untyped decorator makes function "_pspline_drpls" untyped  [misc]
src/funcnodes_span/baseline.py:1512: error: Untyped decorator makes function "_pspline_drpls" untyped  [misc]
src/funcnodes_span/baseline.py:1514: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1515: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1516: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1525: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1526: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1526: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1539: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1542: error: Untyped decorator makes function "_pspline_iarpls" untyped  [misc]
src/funcnodes_span/baseline.py:1551: error: Untyped decorator makes function "_pspline_iarpls" untyped  [misc]
src/funcnodes_span/baseline.py:1554: error: Untyped decorator makes function "_pspline_iarpls" untyped  [misc]
src/funcnodes_span/baseline.py:1556: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1557: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1558: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1566: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1567: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1567: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1579: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1582: error: Untyped decorator makes function "_pspline_iasls" untyped  [misc]
src/funcnodes_span/baseline.py:1591: error: Untyped decorator makes function "_pspline_iasls" untyped  [misc]
src/funcnodes_span/baseline.py:1594: error: Untyped decorator makes function "_pspline_iasls" untyped  [misc]
src/funcnodes_span/baseline.py:1596: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1597: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1598: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1608: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1609: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1609: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1623: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1626: error: Untyped decorator makes function "_pspline_mpls" untyped  [misc]
src/funcnodes_span/baseline.py:1635: error: Untyped decorator makes function "_pspline_mpls" untyped  [misc]
src/funcnodes_span/baseline.py:1638: error: Untyped decorator makes function "_pspline_mpls" untyped  [misc]
src/funcnodes_span/baseline.py:1640: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1641: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1642: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1652: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1653: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1653: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1667: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1670: error: Untyped decorator makes function "_pspline_psalsa" untyped  [misc]
src/funcnodes_span/baseline.py:1679: error: Untyped decorator makes function "_pspline_psalsa" untyped  [misc]
src/funcnodes_span/baseline.py:1682: error: Untyped decorator makes function "_pspline_psalsa" untyped  [misc]
src/funcnodes_span/baseline.py:1684: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1685: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1686: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1696: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1697: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1697: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1711: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1736: error: Untyped decorator makes function "_ipsa" untyped  [misc]
src/funcnodes_span/baseline.py:1745: error: Untyped decorator makes function "_ipsa" untyped  [misc]
src/funcnodes_span/baseline.py:1746: error: Untyped decorator makes function "_ipsa" untyped  [misc]
src/funcnodes_span/baseline.py:1748: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1749: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1750: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1755: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1757: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1757: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1767: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1770: error: Untyped decorator makes function "_noise_median" untyped  [misc]
src/funcnodes_span/baseline.py:1779: error: Untyped decorator makes function "_noise_median" untyped  [misc]
src/funcnodes_span/baseline.py:1782: error: Untyped decorator makes function "_noise_median" untyped  [misc]
src/funcnodes_span/baseline.py:1784: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1785: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1786: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1791: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1791: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1799: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1802: error: Class cannot subclass "DataEnum" (has type "Any")  [misc]
src/funcnodes_span/baseline.py:1808: error: Untyped decorator makes function "_ria" untyped  [misc]
src/funcnodes_span/baseline.py:1817: error: Untyped decorator makes function "_ria" untyped  [misc]
src/funcnodes_span/baseline.py:1818: error: Untyped decorator makes function "_ria" untyped  [misc]
src/funcnodes_span/baseline.py:1820: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1821: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1822: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1827: error: Incompatible default for argument "side" (default has type "str", argument has type "Side")  [assignment]
src/funcnodes_span/baseline.py:1831: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1831: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1844: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1847: error: Untyped decorator makes function "_snip" untyped  [misc]
src/funcnodes_span/baseline.py:1856: error: Untyped decorator makes function "_snip" untyped  [misc]
src/funcnodes_span/baseline.py:1857: error: Untyped decorator makes function "_snip" untyped  [misc]
src/funcnodes_span/baseline.py:1859: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1860: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1861: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1866: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1866: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1874: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1877: error: Untyped decorator makes function "_swima" untyped  [misc]
src/funcnodes_span/baseline.py:1886: error: Untyped decorator makes function "_swima" untyped  [misc]
src/funcnodes_span/baseline.py:1887: error: Untyped decorator makes function "_swima" untyped  [misc]
src/funcnodes_span/baseline.py:1889: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1890: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1891: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1896: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1896: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1904: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1915: error: Untyped decorator makes function "_cwt_br" untyped  [misc]
src/funcnodes_span/baseline.py:1924: error: Untyped decorator makes function "_cwt_br" untyped  [misc]
src/funcnodes_span/baseline.py:1927: error: Untyped decorator makes function "_cwt_br" untyped  [misc]
src/funcnodes_span/baseline.py:1929: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1930: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1931: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1934: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1940: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1941: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1941: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1954: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:1957: error: Untyped decorator makes function "_dietrich" untyped  [misc]
src/funcnodes_span/baseline.py:1966: error: Untyped decorator makes function "_dietrich" untyped  [misc]
src/funcnodes_span/baseline.py:1969: error: Untyped decorator makes function "_dietrich" untyped  [misc]
src/funcnodes_span/baseline.py:1971: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1972: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1973: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1983: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1984: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:1984: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:1998: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2001: error: Untyped decorator makes function "_fabc" untyped  [misc]
src/funcnodes_span/baseline.py:2010: error: Untyped decorator makes function "_fabc" untyped  [misc]
src/funcnodes_span/baseline.py:2013: error: Untyped decorator makes function "_fabc" untyped  [misc]
src/funcnodes_span/baseline.py:2015: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2016: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2017: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2020: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2025: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2026: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2026: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2038: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2041: error: Untyped decorator makes function "_fastchrom" untyped  [misc]
src/funcnodes_span/baseline.py:2050: error: Untyped decorator makes function "_fastchrom" untyped  [misc]
src/funcnodes_span/baseline.py:2053: error: Untyped decorator makes function "_fastchrom" untyped  [misc]
src/funcnodes_span/baseline.py:2055: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2056: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2057: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2066: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2067: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2067: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2080: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2083: error: Untyped decorator makes function "_golotvin" untyped  [misc]
src/funcnodes_span/baseline.py:2092: error: Untyped decorator makes function "_golotvin" untyped  [misc]
src/funcnodes_span/baseline.py:2095: error: Untyped decorator makes function "_golotvin" untyped  [misc]
src/funcnodes_span/baseline.py:2097: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2098: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2099: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2108: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2109: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2109: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2122: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2125: error: Untyped decorator makes function "_rubberband" untyped  [misc]
src/funcnodes_span/baseline.py:2134: error: Untyped decorator makes function "_rubberband" untyped  [misc]
src/funcnodes_span/baseline.py:2137: error: Untyped decorator makes function "_rubberband" untyped  [misc]
src/funcnodes_span/baseline.py:2139: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2140: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2141: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2143: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2147: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2148: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2148: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2158: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2161: error: Untyped decorator makes function "_std_distribution" untyped  [misc]
src/funcnodes_span/baseline.py:2170: error: Untyped decorator makes function "_std_distribution" untyped  [misc]
src/funcnodes_span/baseline.py:2173: error: Untyped decorator makes function "_std_distribution" untyped  [misc]
src/funcnodes_span/baseline.py:2175: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2176: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2177: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2184: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2185: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2185: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2196: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2215: error: Class cannot subclass "DataEnum" (has type "Any")  [misc]
src/funcnodes_span/baseline.py:2220: error: Untyped decorator makes function "_adaptive_minmax" untyped  [misc]
src/funcnodes_span/baseline.py:2229: error: Untyped decorator makes function "_adaptive_minmax" untyped  [misc]
src/funcnodes_span/baseline.py:2232: error: Untyped decorator makes function "_adaptive_minmax" untyped  [misc]
src/funcnodes_span/baseline.py:2234: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2235: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2236: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2239: error: Incompatible default for argument "method" (default has type "str", argument has type "Method")  [assignment]
src/funcnodes_span/baseline.py:2243: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2244: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2244: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2256: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2259: error: Class cannot subclass "DataEnum" (has type "Any")  [misc]
src/funcnodes_span/baseline.py:2271: error: Untyped decorator makes function "_collab_pls" untyped  [misc]
src/funcnodes_span/baseline.py:2280: error: Untyped decorator makes function "_collab_pls" untyped  [misc]
src/funcnodes_span/baseline.py:2283: error: Untyped decorator makes function "_collab_pls" untyped  [misc]
src/funcnodes_span/baseline.py:2285: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2286: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2287: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2290: error: Incompatible default for argument "method" (default has type "str", argument has type "MethodColab")  [assignment]
src/funcnodes_span/baseline.py:2291: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2291: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2299: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2302: error: Class cannot subclass "DataEnum" (has type "Any")  [misc]
src/funcnodes_span/baseline.py:2350: error: Untyped decorator makes function "_custom_bc" untyped  [misc]
src/funcnodes_span/baseline.py:2359: error: Untyped decorator makes function "_custom_bc" untyped  [misc]
src/funcnodes_span/baseline.py:2362: error: Untyped decorator makes function "_custom_bc" untyped  [misc]
src/funcnodes_span/baseline.py:2364: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2365: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2366: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2368: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2371: error: Incompatible default for argument "method" (default has type "str", argument has type "MethodAll")  [assignment]
src/funcnodes_span/baseline.py:2372: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2372: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2382: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/baseline.py:2385: error: Untyped decorator makes function "_optimize_extended_range" untyped  [misc]
src/funcnodes_span/baseline.py:2394: error: Untyped decorator makes function "_optimize_extended_range" untyped  [misc]
src/funcnodes_span/baseline.py:2397: error: Untyped decorator makes function "_optimize_extended_range" untyped  [misc]
src/funcnodes_span/baseline.py:2399: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2400: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2401: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2403: error: Incompatible default for argument "side" (default has type "str", argument has type "Side")  [assignment]
src/funcnodes_span/baseline.py:2410: error: Incompatible default for argument "method" (default has type "str", argument has type "MethodAll")  [assignment]
src/funcnodes_span/baseline.py:2411: error: Missing type parameters for generic type "ndarray"  [type-arg]
src/funcnodes_span/baseline.py:2411: error: Missing type parameters for generic type "dict"  [type-arg]
src/funcnodes_span/baseline.py:2425: error: Incompatible return value type (got "tuple[Any, Any]", expected "tuple[ndarray[Any, Any], ndarray[Any, Any], dict[Any, Any]]")  [return-value]
src/funcnodes_span/__init__.py:1: error: Skipping analyzing "funcnodes": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/funcnodes_span/__init__.py:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
src/funcnodes_span/__init__.py:7: error: Skipping analyzing "funcnodes_lmfit": module is installed, but missing library stubs or py.typed marker  [import-untyped]
Found 758 errors in 10 files (checked 11 source files)
