We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9068ad4 commit 97fcf4aCopy full SHA for 97fcf4a
pvlib/modelchain.py
@@ -265,8 +265,8 @@ def get_orientation(strategy, **kwargs):
265
266
@dataclass
267
class ModelChainResult:
268
- _T = TypeVar('T')
269
- PerArray = Union[_T, Tuple[_T, ...]]
+ T = TypeVar('T')
+ PerArray = Union[T, Tuple[T, ...]]
270
"""Type for fields that vary between arrays"""
271
272
# these attributes are used in __setattr__ to determine the correct type.
0 commit comments