Skip to content

Commit

Permalink
changing print format to be compatible with master
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgaur104 committed Aug 24, 2024
1 parent 6326a4f commit 8807902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desc/objectives/_stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ class BallooningStability(_Objective):
"""

_coordinates = "r"
_units = "(normalized)"
_print_value_fmt = "Ideal-ballooning objective: {:10.3e} "
_units = "(Wb^-2)"
_print_value_fmt = "Ideal-ballooning objective: "

def __init__(
self,
Expand Down

0 comments on commit 8807902

Please sign in to comment.