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 3ca7556 commit 1cca561Copy full SHA for 1cca561
pvlib/pvsystem.py
@@ -3062,7 +3062,7 @@ def max_power_point_mismatched(
3062
)["i_mp"]
3063
except Exception as exc:
3064
raise RuntimeError(
3065
- f"unsuccessful determination of i_mp_ic"
+ "unsuccessful determination of i_mp_ic"
3066
) from exc
3067
else:
3068
retry_ic = True
0 commit comments