Skip to content

Commit

Permalink
fix: fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerat committed Jan 24, 2025
1 parent e78ef32 commit 25d040b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyquasoare/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def nonlinrouting_fluxes_noscaling(nu):
f2 = -x^nu (outflow to be multiplied by q0/theta)
"""
if nu < 1:
warnmess = f"nu is lower than 1, flux functions "\
warnmess = "nu is lower than 1, flux functions "\
+ "are not Lipschitz continuous"
warnings.warn(warnmess)

Expand Down

0 comments on commit 25d040b

Please sign in to comment.