Skip to content

Commit e22285f

Browse files
committed
modified depreciation message
1 parent 9f0582c commit e22285f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnora/executer/inputfile/inputfile_writers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def __call__(
199199
homog_wind = homog.get("wind")
200200
if isinstance(homog_wind, tuple):
201201
ff, dd = homog_wind
202-
warning_message = f'Giving homogeneous wind as a tuple is deprecated and will be removed in further versions. Use "wind": {{"ff": {ff}, "dd": {dd}}} instead of "wind": ({ff}, {dd})'
202+
warning_message = f'Giving stationary wind as a tuple is deprecated and will be removed in further versions. Use "wind": {{"ff": {ff}, "dd": {dd}}} instead of "wind": ({ff}, {dd})'
203203
warnings.simplefilter("always", DeprecationWarning)
204204
warnings.warn(
205205
warning_message,

0 commit comments

Comments
 (0)