mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-23 15:52:53 +08:00
Upgrade to Python 3.13 (#11588)
This commit is contained in:
@ -78,7 +78,7 @@ def power_iteration(
|
||||
if is_complex:
|
||||
lambda_ = np.real(lambda_)
|
||||
|
||||
return lambda_, vector
|
||||
return float(lambda_), vector
|
||||
|
||||
|
||||
def test_power_iteration() -> None:
|
||||
|
Reference in New Issue
Block a user