Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
SanPen committed Apr 5, 2024
1 parent 434514c commit 9f59f32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Grids_and_profiles/grids/GB reduced network.gridcal
Binary file not shown.
2 changes: 1 addition & 1 deletion src/GridCal/Gui/Main/SubClasses/Settings/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def config_data_to_struct(data_: Dict[str, Union[Dict[str, Any], str, Any]],

if corresponding_data is not None:

print("config debug:", key, corresponding_data)
# print("config debug:", key, corresponding_data)

if isinstance(object_to_set, dict):
config_data_to_struct(corresponding_data, object_to_set)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def continuation_nr(Ybus, Cf, Ct, Yf, Yt, branch_rates, Sbase, Sbus_base, Sbus_t
continuation = False

else:
raise Exception('Stop point ' + stop_at.value + ' not recognised.')
raise Exception(f'Stop point {stop_at.value} not recognised.')

if adapt_step and continuation:

Expand Down

0 comments on commit 9f59f32

Please sign in to comment.