export RNGKey #66
Annotations
3 errors and 1 warning
Check Source Code:
seedbank/__init__.py#L122
Type "int" cannot be assigned to type variable "_ShapeType_co@ndarray"
Type "int" is not assignable to upper bound "tuple[int, ...]" for type variable "_ShapeType_co@ndarray"
"int" is not assignable to "tuple[int, ...]" (reportInvalidTypeArguments)
|
Check Source Code:
seedbank/_state.py#L42
Type "int" cannot be assigned to type variable "_ShapeType_co@ndarray"
Type "int" is not assignable to upper bound "tuple[int, ...]" for type variable "_ShapeType_co@ndarray"
"int" is not assignable to "tuple[int, ...]" (reportInvalidTypeArguments)
|
Check Source Code
2 errors
|
Check Source Code:
seedbank/_config.py#L28
Import "toml" could not be resolved from source (reportMissingModuleSource)
|