Skip to content

Commit cd115b7

Browse files
committed
format SS errors
1 parent e44ddf1 commit cd115b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ogcore/SS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ def SS_fsolve(guesses, *args):
12261226
+ list(error_BQ)
12271227
+ [error_TR]
12281228
)
1229-
logging.info(f"GE loop errors = {errors}")
1229+
logging.info(f"GE loop errors = {errors:.3e}")
12301230

12311231
return errors
12321232

0 commit comments

Comments
 (0)