We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7010d68 commit b460092Copy full SHA for b460092
backtesting/backtesting.py
@@ -73,7 +73,7 @@ def _check_params(self, params):
73
setattr(self, k, v)
74
return params
75
76
- def I(self, # noqa: E743
+ def I(self, # noqa: E741, E743
77
func: Callable, *args,
78
name=None, plot=True, overlay=None, color=None, scatter=False,
79
**kwargs) -> np.ndarray:
0 commit comments