Skip to content

Commit ec884ee

Browse files
committed
Provide more details in informational message when user is filtering on fixed variable and no corresponding column exists.
1 parent 3c7357b commit ec884ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metplotpy/plots/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def filter_by_fixed_vars(input_df: pd.DataFrame, settings_dict: dict) -> pd.Data
445445

446446
if len(valid_columns) == 0:
447447
print(
448-
"No columns in data match what is requested. Input dataframe will be "
448+
"No columns in data match what is requested for filtering by fixed variable. Input dataframe will be "
449449
"returned")
450450
return input_df
451451

0 commit comments

Comments
 (0)